diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-08-06 23:32:49 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-08-06 23:32:49 +0200 |
commit | 77c66e02472f9db38957044a3fdcc7f78640abf2 (patch) | |
tree | 3b504687650841d4f19fa93a21ae59ce623180e7 /src | |
parent | 9f304291bd72aae66944cd7523707e1b88c6ad7b (diff) | |
download | curl-77c66e02472f9db38957044a3fdcc7f78640abf2.tar.gz |
operate: fix clang-analyzer warning
Value stored to 'separator' is never read
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_operate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index f4abc3b75..b22dc5379 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -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; |