operate: fix clang-analyzer warning
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2012 21:32:49 +0000 (23:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2012 21:32:49 +0000 (23:32 +0200)
Value stored to 'separator' is never read

src/tool_operate.c

index f4abc3b..b22dc53 100644 (file)
@@ -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;