summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedenumvalues.py
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/unusedenumvalues.py')
-rwxr-xr-xcompilerplugins/clang/unusedenumvalues.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/compilerplugins/clang/unusedenumvalues.py b/compilerplugins/clang/unusedenumvalues.py
index eb3158509562..76c9fe619eb3 100755
--- a/compilerplugins/clang/unusedenumvalues.py
+++ b/compilerplugins/clang/unusedenumvalues.py
@@ -108,9 +108,3 @@ with open("loplugin.unusedenumvalues.report-untouched", "wt") as f:
f.write( t[1] + "\n" )
f.write( " " + t[0] + "\n" )
-
-
-# add an empty line at the end to make it easier for the unusedFieldsremove plugin to mmap() the output file
-print
-
-