Skip to content

Commit 8fec02f

Browse files
fhinkelMylesBorins
authored andcommittedOct 26, 2016
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 #7203, but marked as semver-major, so will not land in v6.x. Fixes: #7204 PR-URL: #7520 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent d6c2e38 commit 8fec02f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎doc/api/zlib.md

-7
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,6 @@ Compression strategy.
239239
* `zlib.Z_FIXED`
240240
* `zlib.Z_DEFAULT_STRATEGY`
241241

242-
Possible values of the data_type field.
243-
244-
* `zlib.Z_BINARY`
245-
* `zlib.Z_TEXT`
246-
* `zlib.Z_ASCII`
247-
* `zlib.Z_UNKNOWN`
248-
249242
The deflate compression method (the only one supported in this version).
250243

251244
* `zlib.Z_DEFLATED`

0 commit comments

Comments
 (0)
Please sign in to comment.