Skip to content

Commit 57c0a9b

Browse files
mscdexevanlucas
authored andcommitted
src: remove unused function
PR-URL: #9243 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 0939edd commit 57c0a9b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/inspector_agent.cc

-7
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,6 @@ std::string GenerateID() {
170170
buffer[7]);
171171
return uuid;
172172
}
173-
174-
// std::to_string is not available on Smart OS and ARM flavours
175-
const std::string to_string(uint64_t number) {
176-
std::ostringstream result;
177-
result << number;
178-
return result.str();
179-
}
180173
} // namespace
181174

182175

0 commit comments

Comments
 (0)