Remove unused variables. (nw)

This commit is contained in:
Mike Naberezny 2015-07-03 15:25:54 -07:00
parent f9d06bda2b
commit 89217fef13

View File

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