Skip to content

Commit

Permalink
src: remove unused function
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mscdex authored and evanlucas committed Nov 3, 2016
1 parent 0939edd commit 57c0a9b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/inspector_agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,6 @@ std::string GenerateID() {
buffer[7]);
return uuid;
}

// std::to_string is not available on Smart OS and ARM flavours
const std::string to_string(uint64_t number) {
std::ostringstream result;
result << number;
return result.str();
}
} // namespace


Expand Down

0 comments on commit 57c0a9b

Please sign in to comment.