Skip to content

Commit

Permalink
Remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Mar 21, 2021
1 parent d995c34 commit 30cdee8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mapfile.c
Expand Up @@ -1609,9 +1609,6 @@ static int loadLabel(labelObj *label)
case(LEADER):
msSetError(MS_MISCERR, "LABEL LEADER not implemented. LEADER goes at the CLASS level." , "loadLabel()");
return(-1);
label->leader = msSmallMalloc(sizeof(labelLeaderObj));
if(loadLeader(label->leader) == -1) return(-1);
break;
case(MAXSIZE):
if(getInteger(&(label->maxsize)) == -1) return(-1);
break;
Expand Down

0 comments on commit 30cdee8

Please sign in to comment.