Skip to content

Commit 89eb175

Browse files
mscdexMyles Borins
authored andcommitted
src: remove unused function
PR-URL: #9243 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent b83b517 commit 89eb175

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/inspector_agent.cc

Lines changed: 0 additions & 7 deletions
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)