Skip to content

Commit c5db2b6

Browse files
authored
Remove unnecessary comment line (#13793)
Signed-off-by: jinzewu <[email protected]>
1 parent 34f5cec commit c5db2b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypyc/codegen/emitmodule.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ def compile_modules_to_c(
409409
compiler_options: The compilation options
410410
errors: Where to report any errors encountered
411411
groups: The groups that we are compiling. See documentation of Groups type above.
412-
ops: Optionally, where to dump stringified ops for debugging.
413412
414413
Returns the IR of the modules and a list containing the generated files for each group.
415414
"""

0 commit comments

Comments
 (0)