From 743f12ccf34b034e4911064e6abe3dd629f0295b Mon Sep 17 00:00:00 2001 From: Lukasz Rymanowski Date: Thu, 22 May 2014 13:17:44 +0200 Subject: [PATCH] android/gatt: Fix minor style code issue --- android/gatt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/android/gatt.c b/android/gatt.c index e508bf12c..473fc5912 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -3505,7 +3505,6 @@ static void send_dev_pending_response(struct gatt_device *device, int length; struct queue *temp; - temp = queue_new(); if (!temp) goto done; -- 2.47.3