Commit 77c66e02 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

operate: fix clang-analyzer warning

Value stored to 'separator' is never read
parent 9f304291
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;