summaryrefslogtreecommitdiff
path: root/src/nautilus-query-editor.c
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2016-08-04 20:17:11 +0300
committerErnestas Kulik <ernestask@src.gnome.org>2016-08-05 13:01:42 +0300
commit2c7620a73234e8ef48ade4be1d950d4ca7b4997a (patch)
tree1b58a0ada80c85266b555135efc3ff2ab24c262e /src/nautilus-query-editor.c
parent67073834c9c58e865c7a345c732809df3fe733d6 (diff)
downloadnautilus-2c7620a73234e8ef48ade4be1d950d4ca7b4997a.tar.gz
Clean up dead assigments
A static analyzer revealed a number of dead assignments, which have a negative effect on readability. This commit removes them. https://bugzilla.gnome.org/show_bug.cgi?id=769526
Diffstat (limited to 'src/nautilus-query-editor.c')
-rw-r--r--src/nautilus-query-editor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index db836db53..94611386f 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -658,7 +658,6 @@ nautilus_query_editor_set_location (NautilusQueryEditor *editor,
gboolean should_notify;
priv = nautilus_query_editor_get_instance_private (editor);
- should_notify = FALSE;
/* The client could set us a location that is actually a search directory,
* like what happens with the slot when updating the query editor location.