[gnome-commander/Implement_CppCheck_suggestions] Remove value assignment: the variable is assigned a value below without using the first one
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/Implement_CppCheck_suggestions] Remove value assignment: the variable is assigned a value below without using the first one
- Date: Tue, 12 Mar 2019 22:07:22 +0000 (UTC)
commit 22527b98777e8e919c419dfd790e6faf8fbee681
Author: Uwe Scholz <u scholz83 gmx de>
Date: Tue Mar 12 22:59:43 2019 +0100
Remove value assignment: the variable is assigned a value below without using the first one
src/dialogs/gnome-cmd-delete-dialog.cc | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/dialogs/gnome-cmd-delete-dialog.cc b/src/dialogs/gnome-cmd-delete-dialog.cc
index 29e405ff..4e8e3276 100644
--- a/src/dialogs/gnome-cmd-delete-dialog.cc
+++ b/src/dialogs/gnome-cmd-delete-dialog.cc
@@ -67,7 +67,6 @@ static gint delete_progress_callback (GnomeVFSXferProgressInfo *info, DeleteData
if (info->status == GNOME_VFS_XFER_PROGRESS_STATUS_VFSERROR)
{
- data->vfs_status = info->vfs_status;
data->problem_file = str_uri_basename(info->source_name);
data->problem = TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]