From 91bd11863de1d4ff3ca4845de8b619ca107e4283 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 2 Feb 2015 15:23:27 +0200 Subject: [PATCH] shared/gatt-client: Remove unused field --- src/shared/gatt-client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c index 09eb20a0a..5edb99192 100644 --- a/src/shared/gatt-client.c +++ b/src/shared/gatt-client.c @@ -167,7 +167,6 @@ struct notify_chrc { struct notify_data { struct bt_gatt_client *client; - bool invalid; unsigned int id; unsigned int att_id; int ref_count; -- 2.47.3