summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/unusedfields.py
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-16 11:06:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-16 12:27:59 +0100
commit03feda2465c7a18d6bac5781510ace2eabc40379 (patch)
treed0d61ef816822984e75bbba06675b281f8f1b910 /compilerplugins/clang/unusedfields.py
parentuse FasterParser for XMLVersionListPersistence (diff)
downloadcore-03feda2465c7a18d6bac5781510ace2eabc40379.tar.gz
core-03feda2465c7a18d6bac5781510ace2eabc40379.zip
loplugin:unusedfields
Change-Id: I021cd75685a091c1afd3ff3c144def6f9a784bee Reviewed-on: https://gerrit.libreoffice.org/82972 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/unusedfields.py')
-rwxr-xr-xcompilerplugins/clang/unusedfields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/unusedfields.py b/compilerplugins/clang/unusedfields.py
index 6bd155016392..f98f2777ced1 100755
--- a/compilerplugins/clang/unusedfields.py
+++ b/compilerplugins/clang/unusedfields.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
import sys
import re