[mapserver-commits] r7660 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Mon Jun 9 16:38:57 EDT 2008
Author: tomkralidis
Date: 2008-06-09 16:38:57 -0400 (Mon, 09 Jun 2008)
New Revision: 7660
Modified:
trunk/mapserver/mapogcfilter.c
Log:
remove unused variables for a clean build (#2571)
Modified: trunk/mapserver/mapogcfilter.c
===================================================================
--- trunk/mapserver/mapogcfilter.c 2008-06-09 19:33:29 UTC (rev 7659)
+++ trunk/mapserver/mapogcfilter.c 2008-06-09 20:38:57 UTC (rev 7660)
@@ -1045,8 +1045,8 @@
int iLayerIndex, int **ppanResults, int *pnResults,
int bOnlySpatialFilter)
{
- int *panResults = NULL, *panLeftResults=NULL, *panRightResults=NULL;
- int nLeftResult=0, nRightResult=0, nResults = 0;
+ int *panLeftResults=NULL, *panRightResults=NULL;
+ int nLeftResult=0, nRightResult=0;
int status = MS_SUCCESS;
if (psNode->eType == FILTER_NODE_TYPE_LOGICAL)
@@ -1140,7 +1140,6 @@
int *panResults = NULL;
int nResults = 0;
layerObj *psLayer = NULL;
- errorObj *ms_error;
int status;
/* ==================================================================== */
More information about the mapserver-commits
mailing list