From 0f4ba6734fd7760a8070a0ef8efa3dd891fc632f Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 26 Sep 2013 14:09:40 +0200 Subject: GDaemonFileEnumerator: fix compilation warning https://bugzilla.gnome.org/show_bug.cgi?id=591228 --- client/gdaemonfileenumerator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/gdaemonfileenumerator.c b/client/gdaemonfileenumerator.c index 63d6a914..f012837a 100644 --- a/client/gdaemonfileenumerator.c +++ b/client/gdaemonfileenumerator.c @@ -292,7 +292,6 @@ g_daemon_file_enumerator_new (GFile *file, GDaemonFileEnumerator *daemon; char *treename; char *path; - GThread *self = g_thread_self (); daemon = g_object_new (G_TYPE_DAEMON_FILE_ENUMERATOR, "container", file, -- cgit v1.2.1