Main window (Qt): Fix Dead Store (Dead assignement/Dead increment) warning found by Clang

Change-Id: Ia8d37b33ee30f09cfe5e0cd00820d84e171deb1c
Reviewed-on: https://code.wireshark.org/review/7494
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-03-02 14:43:05 +01:00 committed by Evan Huus
parent 0ebbb60279
commit 6878122187
1 changed files with 0 additions and 1 deletions

View File

@ -1092,7 +1092,6 @@ void MainWindow::exportSelectedPackets() {
formats that don't support comments trimmed from it, formats that don't support comments trimmed from it,
so run the dialog again, to let the user decide so run the dialog again, to let the user decide
whether to save in one of those formats or give up. */ whether to save in one of those formats or give up. */
discard_comments = FALSE;
continue; continue;
case CANCELLED: case CANCELLED: