Skip to content

Commit 4eedac6

Browse files
committed
fix doc
1 parent 5817818 commit 4eedac6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/ZLibModuleBuiltins.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,6 @@ protected static Adler32Node create() {
378378
@GenerateNodeFactory
379379
abstract static class DeflateInitNode extends PythonBuiltinNode {
380380
/**
381-
* @param wbits is ignored - the window size can be set for performance reasons, we trust
382-
* that the Deflater implementation will work well
383381
* @param memLevel is ignored - it mostly affects performance and compression rate, we trust
384382
* that the Deflater implementation will work well
385383
*/

0 commit comments

Comments
 (0)