unused variable deleted
authorfrdupin
Wed, 13 Dec 2006 14:48:04 +0100
changeset 55 96173dd44f2c
parent 54 a2ca09ac1523
child 56 904abfb26abf
unused variable deleted
src/objacces.c
--- a/src/objacces.c	Wed Dec 13 14:44:27 2006 +0100
+++ b/src/objacces.c	Wed Dec 13 14:48:04 2006 +0100
@@ -180,7 +180,7 @@
 	      {
 			// we invert the data source directly. This let us do range testing without
 			// additional temp variable
-		 	UNS8 tmp, i;
+		 	UNS8 i;
 	  		for ( i = 0 ; i < ( ptrTable->pSubindex[bSubindex].size >> 1)  ; i++) 
 	  		{
 	    		UNS8 tmp =((UNS8 *)pSourceData) [(ptrTable->pSubindex[bSubindex].size - 1) - i];