summaryrefslogtreecommitdiffstats
path: root/src/BluetoothGattService.cpp
diff options
context:
space:
mode:
authorPetre Eftime <[email protected]>2016-01-12 12:17:26 +0200
committerPetre Eftime <[email protected]>2016-01-26 17:09:49 +0200
commit19dd2319b393f7e5ec0610336a6e5741b46c9a4c (patch)
treec3ab043de6a757e107754041fd4a11ab7c995c89 /src/BluetoothGattService.cpp
parent86a1fb0b6e18bf97f253c84be8526e5196389d1a (diff)
Fix compilation warnings
Signed-off-by: Petre Eftime <[email protected]>
Diffstat (limited to 'src/BluetoothGattService.cpp')
-rw-r--r--src/BluetoothGattService.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BluetoothGattService.cpp b/src/BluetoothGattService.cpp
index cd6b83a1..c1d35be8 100644
--- a/src/BluetoothGattService.cpp
+++ b/src/BluetoothGattService.cpp
@@ -127,7 +127,6 @@ bool BluetoothGattService::get_primary ()
std::vector<std::unique_ptr<BluetoothGattCharacteristic>> BluetoothGattService::get_characteristics ()
{
std::vector<std::unique_ptr<BluetoothGattCharacteristic>> vector;
- BluetoothManager *manager = BluetoothManager::get_bluetooth_manager();
GList *l, *objects = g_dbus_object_manager_get_objects(gdbus_manager);
for (l = objects; l != NULL; l = l->next) {