summaryrefslogtreecommitdiff
path: root/src/detect.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-04 14:31:58 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-04 14:31:58 +0200
commitebcd7e17693de21c511b938abbf962183915cd87 (patch)
treebe56b7738602686a3c136f278bc8e0ac823bc1ef /src/detect.c
parent9f961b7c62e70d4ca1027fbe077c66123b8cfd12 (diff)
downloadconnman-ebcd7e17693de21c511b938abbf962183915cd87.tar.gz
connman-ebcd7e17693de21c511b938abbf962183915cd87.tar.bz2
connman-ebcd7e17693de21c511b938abbf962183915cd87.zip
Remove unused __connman_detect_start function
Diffstat (limited to 'src/detect.c')
-rw-r--r--src/detect.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/detect.c b/src/detect.c
index 68a02873..ed5e8a8f 100644
--- a/src/detect.c
+++ b/src/detect.c
@@ -118,11 +118,6 @@ int __connman_detect_init(void)
return connman_rtnl_register(&detect_rtnl);
}
-void __connman_detect_start(void)
-{
- DBG("");
-}
-
void __connman_detect_cleanup(void)
{
GSList *list;