Skip to content

Commit 63f4302

Browse files
bnoordhuisitaloacasas
authored andcommitted
src: remove unused PROTOCOL_JSON array
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]>
1 parent 2d08bba commit 63f4302

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/inspector_agent.cc

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ namespace {
3131
using v8_inspector::StringBuffer;
3232
using v8_inspector::StringView;
3333

34-
static const uint8_t PROTOCOL_JSON[] = {
35-
#include "v8_inspector_protocol_json.h" // NOLINT(build/include_order)
36-
};
37-
3834
std::string GetProcessTitle() {
3935
// uv_get_process_title will trim the title if it is too long.
4036
char title[2048];

0 commit comments

Comments
 (0)