Removed dead code, identified by coverity.com.
This commit is contained in:
@@ -1818,9 +1818,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||||||
return PARAM_OPTION_UNKNOWN;
|
return PARAM_OPTION_UNKNOWN;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(hit < 0) {
|
|
||||||
return PARAM_OPTION_UNKNOWN;
|
|
||||||
}
|
|
||||||
if(aliases[hit].extraparam) {
|
if(aliases[hit].extraparam) {
|
||||||
/* this option requires an extra parameter */
|
/* this option requires an extra parameter */
|
||||||
if(!longopt && parse[1]) {
|
if(!longopt && parse[1]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user