tools: Eliminate unneeded variable in verify_decompile.

This commit is contained in:
Sam Edwards 2013-09-28 10:31:47 -06:00
parent 752cf78709
commit 85d3ae15b9

View file

@ -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