From 8f86396f91973ab6be2d55a9a15211f9b1d80235 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 9 Dec 2016 14:06:13 +0100 Subject: 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 --- client/gvfsiconloadable.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/gvfsiconloadable.c') 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); -- cgit v1.2.1