[Libreoffice-commits] core.git: bin/findunusedcode

Zolnai Tamás tamas.zolnai at collabora.com
Tue Aug 12 06:15:10 PDT 2014


 bin/findunusedcode |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 86f19fcb5a850181de51706fe4d1700aad174830
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Tue Aug 12 15:09:09 2014 +0200

    Adapt findunusedcode to the current libgltf
    
    Change-Id: I5f5e5f3c8b60e543892aaf683f445184e1f10f74

diff --git a/bin/findunusedcode b/bin/findunusedcode
index df865bc..d1ff0f9 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


More information about the Libreoffice-commits mailing list