Diff between 51d73841d49797641057ba43dbfdc7fbb21de785 and b671636c82f5c2eff114d3eb98cae8ff599f3fdc

Changed Files

File Additions Deletions Status
plugins/hciops.c +1 -3 modified

Full Patch

diff --git a/plugins/hciops.c b/plugins/hciops.c
index fdbf523..a96becf 100644
--- a/plugins/hciops.c
+++ b/plugins/hciops.c
@@ -2754,7 +2754,7 @@ static void init_conn_list(int index)
 	struct dev_info *dev = &devs[index];
 	struct hci_conn_list_req *cl;
 	struct hci_conn_info *ci;
-	int err, i;
+	int i;
 
 	DBG("hci%d", index);
 
@@ -2780,8 +2780,6 @@ static void init_conn_list(int index)
 		conn->handle = ci->handle;
 	}
 
-	err = 0;
-
 failed:
 	g_free(cl);
 }