operate: fix clang-analyzer warning

Value stored to 'separator' is never read
This commit is contained in:
Daniel Stenberg
2012-08-06 23:32:49 +02:00
parent 9f304291bd
commit 77c66e0247

View File

@@ -479,7 +479,6 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[])
int urlnum; int urlnum;
uploadfile = NULL; uploadfile = NULL;
separator = 0;
urls = NULL; urls = NULL;
urlnum = 0; urlnum = 0;