summaryrefslogtreecommitdiff
path: root/ui/gtk/capture_file_dlg.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-02 23:15:40 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-02 23:15:40 +0000
commit68ceffe2ae5cb8e9555a21dbdcff072607f6cbfe (patch)
tree3b2560b32e405535bff22ff601225d0ce5d7acac /ui/gtk/capture_file_dlg.c
parentf1ef082dab22a3c2f61315d7857530cc7bc91d21 (diff)
downloadwireshark-68ceffe2ae5cb8e9555a21dbdcff072607f6cbfe.tar.gz
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51681
Diffstat (limited to 'ui/gtk/capture_file_dlg.c')
-rw-r--r--ui/gtk/capture_file_dlg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/capture_file_dlg.c b/ui/gtk/capture_file_dlg.c
index 36523058ed..67cab383d7 100644
--- a/ui/gtk/capture_file_dlg.c
+++ b/ui/gtk/capture_file_dlg.c
@@ -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;