diff options
author | 2017-01-09 20:20:26 +0000 | |
---|---|---|
committer | 2017-01-09 20:20:29 +0000 | |
commit | fabf8e8187367a1ff9f2cbcc0a986b1e4b5242dc (patch) | |
tree | 08d1526563fd757273deeea17173441a9e19a276 | |
parent | 93b785a90fb0e54c273c689b59c1180f809642c2 (diff) | |
parent | e4a5b65db14a4269e65875fc5b84b23eb36befef (diff) |
Merge "ContextHubService: Remove unused using declaration"
-rw-r--r-- | services/core/jni/com_android_server_location_ContextHubService.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/core/jni/com_android_server_location_ContextHubService.cpp b/services/core/jni/com_android_server_location_ContextHubService.cpp index e25bda8c837e..47c95597b9c4 100644 --- a/services/core/jni/com_android_server_location_ContextHubService.cpp +++ b/services/core/jni/com_android_server_location_ContextHubService.cpp @@ -42,7 +42,6 @@ using IContexthub = android::hardware::contexthub::V1_0::IContexthub; using Result = android::hardware::contexthub::V1_0::Result; -using NanoAppBinary = android::hardware::contexthub::V1_0::NanoAppBinary; using ContextHubMsg = android::hardware::contexthub::V1_0::ContextHubMsg; using IContexthubCallback = android::hardware::contexthub::V1_0::IContexthubCallback; using AsyncEventType = android::hardware::contexthub::V1_0::AsyncEventType; |