aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ilmbase/files/patch-ImathTest-testShear.cpp
blob: c396a2b43abcba1820166d9132e2782d933d93b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ImathTest/testShear.cpp.orig    2006-12-09 06:59:38.000000000 +0900
+++ ImathTest/testShear.cpp 2007-10-07 23:24:27.000000000 +0900
@@ -54,7 +54,6 @@
 
     const float         epsilon = Imath::limits< float >::epsilon();
 
-    float              array[6] = { 1.0F, 2.0F, 3.0F, 4.0F, 5.0F, 6.0F };
     Imath::Shear6f     testConstructor1;
     Imath::Shear6f     testConstructor2( testConstructor1 );