summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--attrib/utils.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/attrib/utils.c b/attrib/utils.c
index f9813d1f4..c8c865100 100644
--- a/attrib/utils.c
+++ b/attrib/utils.c
@@ -50,11 +50,6 @@ GIOChannel *gatt_connect(const gchar *src, const gchar *dst,
GError *err = NULL;
BtIOSecLevel sec;
- /* Remote device */
- if (dst == NULL) {
- g_printerr("Remote Bluetooth address required\n");
- return NULL;
- }
str2ba(dst, &dba);
/* Local adapter */