Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXadillaX <i@2333.moe>2021-06-22 13:08:41 +0300
committerXadillaX <i@2333.moe>2021-06-30 06:37:22 +0300
commitf179eb01afc9d2ca136a80bcf5d5533c9115107b (patch)
tree2958abb07c891d51a8d9cdc9719764679e68cf9e /src/node_internals.h
parent6a7db9aad1bd1b2a20fef236499ee9202852c7a4 (diff)
src,zlib: tighten up Z_*_WINDOWBITS macros
PR-URL: https://github.com/nodejs/node/pull/39115 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index 31076551e70..8f7929994f3 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -39,11 +39,6 @@
#include <string>
#include <vector>
-// Custom constants used by both node_constants.cc and node_zlib.cc
-#define Z_MIN_WINDOWBITS 8
-#define Z_MAX_WINDOWBITS 15
-#define Z_DEFAULT_WINDOWBITS 15
-
struct sockaddr;
namespace node {