remove the unused return value of fnmatch_lines

--HG--
branch : trunk
This commit is contained in:
Benjamin Peterson
2010-04-28 17:12:38 -05:00
parent f2be437daa
commit d93016d85f
13 changed files with 41 additions and 42 deletions
-1
View File
@@ -486,4 +486,3 @@ class LineMatcher:
extralines.append(nextline)
else:
assert line == nextline
return True