diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-16 11:06:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-16 12:27:59 +0100 |
commit | 03feda2465c7a18d6bac5781510ace2eabc40379 (patch) | |
tree | d0d61ef816822984e75bbba06675b281f8f1b910 /compilerplugins/clang/unusedfields.py | |
parent | 1b0a9a99709522cb4a7d189824ec5359ea430ff5 (diff) |
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-x | compilerplugins/clang/unusedfields.py | 2 |
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 |