mirror of
https://github.com/curl/curl.git
synced 2026-04-17 00:21:40 +03:00
Removed dead code, identified by coverity.com.
This commit is contained in:
parent
5779283a52
commit
8a6eeb82c5
1 changed files with 1 additions and 3 deletions
|
|
@ -1818,9 +1818,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
return PARAM_OPTION_UNKNOWN;
|
||||
}
|
||||
}
|
||||
if(hit < 0) {
|
||||
return PARAM_OPTION_UNKNOWN;
|
||||
}
|
||||
|
||||
if(aliases[hit].extraparam) {
|
||||
/* this option requires an extra parameter */
|
||||
if(!longopt && parse[1]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue