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

@@ -22,8 +22,6 @@ def parseFieldInfo( tokens ):
else:
return (normalizeTypeParams(tokens[1]), "")
# 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.unusedenumconstants.log", "rb", buffering=1024*1024) as txt:
for line in txt:
tokens = line.strip().split("\t")