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: nodejs#10407
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
  • Loading branch information
bnoordhuis authored and italoacasas committed Jan 30, 2017
1 parent 26dda8c commit fedfa6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/inspector_agent.cc
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 fedfa6a

Please sign in to comment.