mirror of
https://github.com/curl/curl.git
synced 2026-06-04 07:34:15 +03:00
operate: fix clang-analyzer warning
Value stored to 'separator' is never read
This commit is contained in:
parent
9f304291bd
commit
77c66e0247
1 changed files with 0 additions and 1 deletions
|
|
@ -479,7 +479,6 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[])
|
|||
int urlnum;
|
||||
|
||||
uploadfile = NULL;
|
||||
separator = 0;
|
||||
urls = NULL;
|
||||
urlnum = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue