tools: Eliminate unneeded variable in verify_decompile.
This commit is contained in:
parent
752cf78709
commit
85d3ae15b9
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ def find_code(to_search):
|
|||
yield to_search
|
||||
|
||||
def compare_code(c1, c2):
|
||||
ret = True
|
||||
if c1.co_name != c2.co_name:
|
||||
print "co_name mismatch"
|
||||
print "Expected: ", c1.co_name
|
||||
|
|
Loading…
Reference in a new issue