mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
cleanup (nw)
This commit is contained in:
parent
8f49757026
commit
13128ac41c
@ -420,10 +420,7 @@ def CheckSelfAssign(line):
|
||||
return False
|
||||
lhs = ls[0].strip()
|
||||
rhs = ls[1].strip().rstrip(';')
|
||||
if lhs == rhs:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
return lhs == rhs
|
||||
|
||||
ins_list = LoadLst(sys.argv[1])
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user