summaryrefslogtreecommitdiff
path: root/src/detect.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-04 14:36:26 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-04 14:36:26 +0200
commitdfbb38b76f305ed9f2f14e5989edf80947f1e8d5 (patch)
tree68d4c0c2b6064abd6b042274c2617bf4ea5060fe /src/detect.c
parentebcd7e17693de21c511b938abbf962183915cd87 (diff)
downloadconnman-dfbb38b76f305ed9f2f14e5989edf80947f1e8d5.tar.gz
connman-dfbb38b76f305ed9f2f14e5989edf80947f1e8d5.tar.bz2
connman-dfbb38b76f305ed9f2f14e5989edf80947f1e8d5.zip
Remove unused __connman_detect_get_blocked 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 ed5e8a8f..97a8c601 100644
--- a/src/detect.c
+++ b/src/detect.c
@@ -106,11 +106,6 @@ static struct connman_rtnl detect_rtnl = {
.dellink = detect_dellink,
};
-connman_bool_t __connman_detect_get_blocked(int phyindex)
-{
- return FALSE;
-}
-
int __connman_detect_init(void)
{
DBG("");