Skip to content

Commit

Permalink
src: remove unused PROTOCOL_JSON array
Browse files Browse the repository at this point in the history
Overlooked when moving code around in commit 42da740 ("inspector: split
HTTP/WS server from the inspector".)

PR-URL: #10407
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Santiago Gimeno <[email protected]>
  • Loading branch information
bnoordhuis authored and italoacasas committed Jan 30, 2017
1 parent 2d08bba commit 63f4302
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/inspector_agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ namespace {
using v8_inspector::StringBuffer;
using v8_inspector::StringView;

static const uint8_t PROTOCOL_JSON[] = {
#include "v8_inspector_protocol_json.h" // NOLINT(build/include_order)
};

std::string GetProcessTitle() {
// uv_get_process_title will trim the title if it is too long.
char title[2048];
Expand Down

0 comments on commit 63f4302

Please sign in to comment.