Diff between 652b3ad44f860ca04e6af1722a8793b0c8e58fb1 and 86cea3b353e4026682d77e3bf2f1818bce5650a8

Changed Files

File Additions Deletions Status
plugins/adaptername.c +0 -5 modified

Full Patch

diff --git a/plugins/adaptername.c b/plugins/adaptername.c
index 353f11c..2013b7b 100644
--- a/plugins/adaptername.c
+++ b/plugins/adaptername.c
@@ -261,14 +261,9 @@ fail:
 	return FALSE;
 }
 
-static void adaptername_remove(struct btd_adapter *adapter)
-{
-}
-
 static struct btd_adapter_driver adaptername_driver = {
 	.name	= "adaptername",
 	.probe	= adaptername_probe,
-	.remove	= adaptername_remove,
 };
 
 static int adaptername_init(void)