Skip to content

Commit

Permalink
zlib: remove unused declaration
Browse files Browse the repository at this point in the history
Overlooked in #12366. Removing this
removes a compiler warning.

PR-URL: #12432
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
  • Loading branch information
addaleax committed Apr 16, 2017
1 parent ece9ab5 commit ea01cd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/node_zlib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ enum node_zlib_mode {
#define GZIP_HEADER_ID1 0x1f
#define GZIP_HEADER_ID2 0x8b

void InitZlib(v8::Local<v8::Object> target);


/**
* Deflate/Inflate
*/
Expand Down

0 comments on commit ea01cd7

Please sign in to comment.