From 3e69851dcae4862a296b563f887ed99faff5f286 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 30 Jun 2008 17:28:43 +0000 Subject: Removed unused variable --- hcid/device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hcid/device.c b/hcid/device.c index f94c610c..66ab2dd7 100644 --- a/hcid/device.c +++ b/hcid/device.c @@ -1046,7 +1046,6 @@ static DBusMessage *discover_services(DBusConnection *conn, { struct device *device = user_data; const char *pattern; - uint16_t search; int err; if (device->discov_active) -- cgit