Skip to content

Commit

Permalink
src: remove unused struct in test_inspector_socket.cc
Browse files Browse the repository at this point in the history
PR-URL: #26284
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
gengjiawen authored and BethGriggs committed Apr 16, 2019
1 parent ee96946 commit 0bff833
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/cctest/test_inspector_socket.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ enum inspector_handshake_event {
kInspectorHandshakeNoEvents
};

struct expectations {
std::string actual_data;
size_t actual_offset;
size_t actual_end;
int err_code;
};

static bool waiting_to_close = true;

void handle_closed(uv_handle_t* handle) {
Expand Down

0 comments on commit 0bff833

Please sign in to comment.