Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
rouault committed Mar 27, 2018
1 parent f8e01b3 commit 5c151d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mapfile.c
Expand Up @@ -7142,7 +7142,6 @@ static void applyLayerDefaultSubstitutions(layerObj *layer, hashTableObj *table)

static void applyHashTableDefaultSubstitutions(hashTableObj *hashTab, hashTableObj *table)
{
int i;
const char *default_key = msFirstKeyFromHashTable(table);
while (default_key) {
if (!strncmp(default_key, "default_", 8)) {
Expand Down

0 comments on commit 5c151d6

Please sign in to comment.