mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Remove unused variables. (nw)
This commit is contained in:
parent
f9d06bda2b
commit
89217fef13
@ -209,8 +209,6 @@ def parse_lua_file(srcfile):
|
||||
except IOError:
|
||||
sys.stderr.write("Unable to open source file '%s'\n" % srcfile)
|
||||
return 1
|
||||
in_comment = 0
|
||||
linenum = 0
|
||||
for line in fp.readlines():
|
||||
content = line.strip()
|
||||
if len(content)>0:
|
||||
|
Loading…
Reference in New Issue
Block a user