some small fix in verify-flags-underscore

1. exceptions.txt and known-flags.txt are deleted, remove them from
code too.
2. remove some duplicated flags from excluded-flags.txt
This commit is contained in:
Cao Shufeng
2017-08-14 14:55:42 +08:00
parent 2820b45caa
commit ef3f1b933a
2 changed files with 0 additions and 6 deletions

View File

@@ -68,10 +68,6 @@ def get_all_files(rootdir):
dirs.remove('.make')
if 'BUILD' in files:
files.remove('BUILD')
if 'exceptions.txt' in files:
files.remove('exceptions.txt')
if 'known-flags.txt' in files:
files.remove('known-flags.txt')
for name in files:
pathname = os.path.join(root, name)