summaryrefslogtreecommitdiff
path: root/location/LocationAPIClientBase.cpp
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2018-02-07 12:09:33 +0530
committerVamana Murthi <vthuniki@codeaurora.org>2018-03-02 09:59:29 +0530
commit97f3f3905a46515ab852681268fcac155840f8b8 (patch)
treeec22ad97f4dd71db5220fbf79b5c141103479613 /location/LocationAPIClientBase.cpp
parent438abebca035fe4f956e7e6232a1b98074e4c673 (diff)
downloadgps-97f3f3905a46515ab852681268fcac155840f8b8.tar.gz
remove unused variables for compilation
remove unsed variables and fix few compiler issues CRs-fixed: 2175735 Change-Id: I635a7503326928f43070aa2224bc3c3d6e1ff929
Diffstat (limited to 'location/LocationAPIClientBase.cpp')
-rw-r--r--location/LocationAPIClientBase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/location/LocationAPIClientBase.cpp b/location/LocationAPIClientBase.cpp
index bb51238..343743a 100644
--- a/location/LocationAPIClientBase.cpp
+++ b/location/LocationAPIClientBase.cpp
@@ -153,7 +153,6 @@ uint32_t LocationAPIControlClient::locAPIGnssUpdateConfig(GnssConfig config)
memcpy(&mConfig, &config, sizeof(GnssConfig));
- uint32_t session = 0;
uint32_t* idArray = mLocationControlAPI->gnssUpdateConfig(config);
LOC_LOGV("%s:%d] gnssUpdateConfig return array: %p", __FUNCTION__, __LINE__, idArray);
if (idArray != nullptr) {