itc.py; false negative is fixed

This commit is contained in:
Daniel Marjamäki 2020-07-03 17:50:56 +02:00
parent d606eb5ed9
commit 921997c9e9
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ def get_error_lines(filename):
linenr = 176
elif linenr == 241:
linenr = 242 # warn about usage
elif linenr == 266:
continue # no warning should be written
ret.append(linenr)
return ret