summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/gatt/HandleMap.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/bluetooth/gatt/HandleMap.java')
-rw-r--r--src/com/android/bluetooth/gatt/HandleMap.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/bluetooth/gatt/HandleMap.java b/src/com/android/bluetooth/gatt/HandleMap.java
index 4a2063984..27a7a7194 100644
--- a/src/com/android/bluetooth/gatt/HandleMap.java
+++ b/src/com/android/bluetooth/gatt/HandleMap.java
@@ -69,7 +69,6 @@ class HandleMap {
this.type = type;
this.handle = handle;
this.uuid = uuid;
- this.instance = instance;
this.serviceHandle = serviceHandle;
}
@@ -78,7 +77,6 @@ class HandleMap {
this.type = type;
this.handle = handle;
this.uuid = uuid;
- this.instance = instance;
this.serviceHandle = serviceHandle;
this.charHandle = charHandle;
}