Skip to content

Commit ea01cd7

Browse files
committed
zlib: remove unused declaration
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]>
1 parent ece9ab5 commit ea01cd7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/node_zlib.cc

-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ enum node_zlib_mode {
6666
#define GZIP_HEADER_ID1 0x1f
6767
#define GZIP_HEADER_ID2 0x8b
6868

69-
void InitZlib(v8::Local<v8::Object> target);
70-
71-
7269
/**
7370
* Deflate/Inflate
7471
*/

0 commit comments

Comments
 (0)