diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-22 09:48:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-22 13:11:34 +0100 |
commit | 1a2c28cf0dabd1b84d7130186f562de82cb1ca82 (patch) | |
tree | f54172eb3951868da972602acf12c8f91672f87b /bin | |
parent | f5fc81616ccf45edd180cfb8c7002eb50284f90d (diff) |
callcatcher: update unused code
Change-Id: I96b4d44e44389245f3ccc4a08198676461c6a38b
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/findunusedcode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/findunusedcode b/bin/findunusedcode index d1ff0f9a92ab..5b2205602d75 100755 --- a/bin/findunusedcode +++ b/bin/findunusedcode @@ -57,6 +57,7 @@ grep ::.*\( unusedcode.all \ | grep -v ^Dde \ | grep -v ^graphite2:: \ | grep -v ^jvmaccess:: \ + | grep -v ^Json:: \ | grep -v ^libcdr:: \ | grep -v ^libcmis:: \ | grep -v ^libgltf:: \ |