summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2020-02-14 11:47:20 -0800
committerSam Roberts <vieuxtech@gmail.com>2020-02-24 11:52:49 -0800
commit5f0181a079f4dd328fb01a75daff0a128c33fc70 (patch)
tree4bd09f0a63253b09c93970b30a688d98665be07b /deps
parentb70dd9d662aaf3e652219e65d8e51762842d8b80 (diff)
downloadnode-new-5f0181a079f4dd328fb01a75daff0a128c33fc70.tar.gz
deps: move zlib maintenance info to guides
deps/zlib/README.md is not part of the upstream zlib, it is a Node.js specific addition describing how to maintain zlib and should be in doc/guides/. PR-URL: https://github.com/nodejs/node/pull/31800 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Diffstat (limited to 'deps')
-rw-r--r--deps/zlib/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/zlib/README.md b/deps/zlib/README.md
deleted file mode 100644
index a12f0a7876..0000000000
--- a/deps/zlib/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-This copy of zlib comes from the Chromium team's zlib fork which incorporated performance improvements not currently available in standard zlib.
-
-To update this code:
-
-* Clone https://chromium.googlesource.com/chromium/src/third_party/zlib
-* Comment out the `#include "chromeconf.h"` in zconf.h to maintain full compatibility with node addons