summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2016-12-09 14:06:13 +0100
committerChristian Kellner <gicmo@gnome.org>2017-01-09 16:29:44 +0100
commit8f86396f91973ab6be2d55a9a15211f9b1d80235 (patch)
tree78d2f17441d893a526aa3ab029e08c28440e702a /client
parent3750d9d10a82c2ba8fcfe8b352bdb0f842932171 (diff)
downloadgvfs-8f86396f91973ab6be2d55a9a15211f9b1d80235.tar.gz
Remove some leftover dead code
Porting from GSimpleAsyncResult to GTask resulted in a tiny amount of dead code. Remove that. https://bugzilla.gnome.org/show_bug.cgi?id=747412
Diffstat (limited to 'client')
-rw-r--r--client/gvfsiconloadable.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/gvfsiconloadable.c b/client/gvfsiconloadable.c
index 517004d0..dfb36ae9 100644
--- a/client/gvfsiconloadable.c
+++ b/client/gvfsiconloadable.c
@@ -66,9 +66,7 @@ create_proxy_for_icon (GVfsIcon *vfs_icon,
cancellable,
error);
- if (proxy == NULL)
- goto out;
-
+
out:
if (mount_info)
g_mount_info_unref (mount_info);