summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-26 12:29:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-26 12:29:08 +0100
commit27041c83cb4c6e7843a4fc112cbab65dfbea929a (patch)
treeb22171c6462ecdc17d97ad9752ae4bf184bf52bd /bin
parent82a8c5fd9a85b5b66b2b6f39af0750764066dba3 (diff)
callcatcher: hide glTF methods from easy list
Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c
Diffstat (limited to 'bin')
-rwxr-xr-xbin/findunusedcode1
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:: \