these comments no longer valid

Change-Id: I263116383a9342f9600d6cd1622a941afe83634e
This commit is contained in:
Noel Grandin
2017-08-17 16:35:57 +02:00
parent 139be0f4c8
commit f0348fb4bf
5 changed files with 0 additions and 10 deletions

View File

@@ -113,8 +113,6 @@ def normalizeTypeParams( line ):
# primary input loop
# --------------------------------------------------------------------------------------------
# The parsing here is designed to avoid grabbing stuff which is mixed in from gbuild.
# I have not yet found a way of suppressing the gbuild output.
with io.open("loplugin.unusedmethods.log", "rb", buffering=1024*1024) as txt:
for line in txt:
tokens = line.strip().split("\t")