aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2008-03-13 16:44:41 +0100
committerDanny Kukawka <danny.kukawka@web.de>2008-03-13 16:44:41 +0100
commit07cfd3ad1e2fb4527ab46962dfef2244580e7903 (patch)
tree653703242f302ec1c955eb5d704f5c4e2beb9e49
parentupdate .gitignore (diff)
downloadgentoo-hal-07cfd3ad1e2fb4527ab46962dfef2244580e7903.tar.gz
gentoo-hal-07cfd3ad1e2fb4527ab46962dfef2244580e7903.tar.bz2
gentoo-hal-07cfd3ad1e2fb4527ab46962dfef2244580e7903.zip
removed unused GList *hotplug_events_blocked
Removed unused GList *hotplug_events_blocked.
-rw-r--r--hald/linux/hotplug.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hald/linux/hotplug.c b/hald/linux/hotplug.c
index ec1880f6..68b0eb26 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)
{