Remove unused variable from the hermite test function
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 11 Mar 2007 08:02:33 +0000 (08:02 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 11 Mar 2007 08:02:33 +0000 (08:02 +0000)
git-svn-id: http://svn.voria.com/code@295 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/test/hermite.cpp

index 8e51901..26eca4e 100644 (file)
@@ -210,7 +210,6 @@ int anglefixed_test(void)
 int float_intersection_test()
 {
        int ret=0;
-       float f;
 
        hermite<float> curve1(0,1,0,1);
        hermite<float> curve2(-1,2,-1,-2);