hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Thu Mar 13 08:53:35 PDT 2008
hald/linux/hotplug.c | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 07cfd3ad1e2fb4527ab46962dfef2244580e7903
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Thu Mar 13 16:44:41 2008 +0100
removed unused GList *hotplug_events_blocked
Removed unused GList *hotplug_events_blocked.
diff --git a/hald/linux/hotplug.c b/hald/linux/hotplug.c
index ec1880f..68b0eb2 100644
--- a/hald/linux/hotplug.c
+++ b/hald/linux/hotplug.c
@@ -55,9 +55,6 @@ static GQueue *hotplug_event_queue = NULL;
/** List of HotplugEvent objects we are currently processing */
static GList *hotplug_events_in_progress = NULL;
-/** List of HotplugEvent objects that are blocked on a event in process */
-GList *hotplug_events_blocked = NULL;
-
void
hotplug_event_end (void *end_token)
{
More information about the hal-commit
mailing list