summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/node_constants.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_constants.cc b/src/node_constants.cc
index ddb2bdda1f..17236fd31d 100644
--- a/src/node_constants.cc
+++ b/src/node_constants.cc
@@ -1063,9 +1063,6 @@ void DefineCryptoConstants(Local<Object> target) {
NODE_DEFINE_CONSTANT(target, TLS1_3_VERSION);
#endif
- // Unused by node, but removing it is semver-major.
- NODE_DEFINE_CONSTANT(target, INT_MAX);
-
#if HAVE_OPENSSL
// NOTE: These are not defines
NODE_DEFINE_CONSTANT(target, POINT_CONVERSION_COMPRESSED);