summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-08-12 15:09:09 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-08-12 15:09:34 +0200
commit86f19fcb5a850181de51706fe4d1700aad174830 (patch)
tree5d07c5286df66e0ff103214aaaaad884ced00a34 /bin
parent17aab9bd958f2c1ba7345808243bcc6c8dec2cdd (diff)
Adapt findunusedcode to the current libgltf
Change-Id: I5f5e5f3c8b60e543892aaf683f445184e1f10f74
Diffstat (limited to 'bin')
-rwxr-xr-xbin/findunusedcode7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/findunusedcode b/bin/findunusedcode
index df865bc86668..d1ff0f9a92ab 100755
--- a/bin/findunusedcode
+++ b/bin/findunusedcode
@@ -55,11 +55,11 @@ grep ::.*\( unusedcode.all \
| grep -v ^cppu:: \
| grep -v ^CppUnit:: \
| grep -v ^Dde \
- | grep -v ^glTF:: \
| grep -v ^graphite2:: \
| grep -v ^jvmaccess:: \
| grep -v ^libcdr:: \
| grep -v ^libcmis:: \
+ | grep -v ^libgltf:: \
| grep -v ^libmspub:: \
| grep -v ^libvisio:: \
| grep -v ^libwpg:: \
@@ -87,9 +87,4 @@ grep ::.*\( unusedcode.all \
| grep -v ^MathML:: \
| grep -v ^GeneratedSaxParser:: \
| grep -v ^GLTF:: \
- | grep -v ^FPSCounter:: \
- | grep -v ^CPhysicalCamera:: \
- | grep -v ^RenderScene:: \
- | grep -v ^ShaderProgram:: \
- | grep -v ^Texture:: \
> ../unusedcode.easy