Skip to content

Commit

Permalink
move unnecessary global variables ordinates_tdo, ordinates into the o…
Browse files Browse the repository at this point in the history
…nly function where they were used
  • Loading branch information
unicolet committed Aug 13, 2013
1 parent caafcaa commit e1e319e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maporaclespatial.c
Expand Up @@ -164,8 +164,6 @@ struct {

} msOracleSpatialLayerInfo;

static OCIType *ordinates_tdo = NULL;
static OCIArray *ordinates;



Expand Down Expand Up @@ -1815,6 +1813,8 @@ int msOracleSpatialLayerWhichShapes( layerObj *layer, rectObj rect, int isQuery)
OCIDefine **items = NULL;
OCINumber oci_number;
OCIBind *bnd1p = NULL, *bnd2p = NULL;
OCIType *ordinates_tdo = NULL;
OCIArray *ordinates = NULL;

int existunique = MS_FALSE;
int rownumisuniquekey = MS_FALSE;
Expand Down

0 comments on commit e1e319e

Please sign in to comment.