Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang

svn path=/trunk/; revision=51681
This commit is contained in:
Alexis La Goutte 2013-09-02 23:15:40 +00:00
parent f1ef082dab
commit 68ceffe2ae
1 changed files with 0 additions and 1 deletions

View File

@ -1853,7 +1853,6 @@ file_save_as_cmd(capture_file *cf, gboolean must_support_all_comments,
formats that don't support comments trimmed from it,
so run the dialog again, to let the user decide
whether to save in one of those formats or give up. */
discard_comments = FALSE;
must_support_all_comments = TRUE;
continue;