From 6d029fe88c4a88ee929f3d8a3f095601a658c3ae Mon Sep 17 00:00:00 2001 From: Franziska Hinkelmann Date: Sat, 2 Jul 2016 20:12:08 +0200 Subject: [PATCH] doc: delete non-existing zlib constants Some constants in the zlib docs are not in the actual code: zlib.Z_BINARY zlib.Z_TEXT zlib.Z_ASCII zlib.Z_UNKNOWN Also handled in https://github.com/nodejs/node/pull/7203, but marked as semver-major, so will not land in v6.x. Fixes: https://github.com/nodejs/node/issues/7204 PR-URL: https://github.com/nodejs/node/pull/7520 Reviewed-By: James M Snell Reviewed-By: Anna Henningsen Reviewed-By: Jeremiah Senkpiel --- doc/api/zlib.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/api/zlib.md b/doc/api/zlib.md index 55dc6ebb348108..408cade112d6bf 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -239,13 +239,6 @@ Compression strategy. * `zlib.Z_FIXED` * `zlib.Z_DEFAULT_STRATEGY` -Possible values of the data_type field. - -* `zlib.Z_BINARY` -* `zlib.Z_TEXT` -* `zlib.Z_ASCII` -* `zlib.Z_UNKNOWN` - The deflate compression method (the only one supported in this version). * `zlib.Z_DEFLATED`