From f37612c6f2375ca904411e6caa0be19fa24f032c Mon Sep 17 00:00:00 2001 From: Nicolas Trangez Date: Sun, 8 Jul 2007 00:23:57 +0300 Subject: [PATCH] Hotplug: Remove unused function definition from hotplug.h configDispatch hasn't been used in a long time. --- include/hotplug.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/hotplug.h b/include/hotplug.h index 0c304b15e..8831b1ede 100644 --- a/include/hotplug.h +++ b/include/hotplug.h @@ -26,6 +26,5 @@ void configInitialise(void); void configFini(void); -void configDispatch(void); #endif /* CONFIG_H */