diff options
Diffstat (limited to 'bin/findunusedcode')
-rwxr-xr-x | bin/findunusedcode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/findunusedcode b/bin/findunusedcode index 59dbade81f74..4e012ae965d7 100755 --- a/bin/findunusedcode +++ b/bin/findunusedcode @@ -55,6 +55,7 @@ grep ::.*\( unusedcode.all \ | grep -v ^cppu:: \ | grep -v ^CppUnit:: \ | grep -v ^Dde \ + | grep -v ^glTF:: \ | grep -v ^graphite2:: \ | grep -v ^jvmaccess:: \ | grep -v ^libcdr:: \ |