diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-17 20:42:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-17 20:43:18 +0100 |
commit | 2d171301560c8ba896e85616ae6442a1b4070bc5 (patch) | |
tree | 463e469067c5f4e9095c5ee31c26874555f69edc /bin | |
parent | 435c1b15dc33e4570aa8438cd92708572f8145c5 (diff) |
callcatcher: update unused code
Change-Id: I1039d34cef1d426a9deb6dec2c3e7d746f9cf1ae
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 fa4a64a1b28b..664ac8a0fbbc 100755 --- a/bin/findunusedcode +++ b/bin/findunusedcode @@ -86,6 +86,7 @@ grep ::.*\( unusedcode.all \ | grep -v ^o3dgc:: \ | grep -v ^MathML:: \ | grep -v ^GeneratedSaxParser:: \ + | grep -v ^GLTF:: \ | grep -v ^FPSCounter:: \ | grep -v ^CPhysicalCamera:: \ | grep -v ^RenderScene:: \ |