Reduce spurious "continue" statements

This commit is contained in:
rocky
2017-05-07 13:15:26 -04:00
parent e10e184eda
commit f8a40c1949
3 changed files with 22 additions and 3 deletions

View File

@@ -135,9 +135,6 @@ class Scanner3(Scanner):
# FIXME: remove the above in favor of:
# self.varargs_ops = frozenset(self.opc.hasvargs)
def next_offset(self, op, offset):
return offset + self.op_size(op)
def ingest(self, co, classname=None, code_objects={}, show_asm=None):
"""
Pick out tokens from an uncompyle6 code object, and transform them,