diff options
author | Dante Russo <drusso@codeaurora.org> | 2015-07-02 17:30:09 -0700 |
---|---|---|
committer | Sridhar Gujje <sgujje@codeaurora.org> | 2015-07-13 19:25:38 +0530 |
commit | db7fc90da2f6d85cf3f6844c2a580d24bd344de5 (patch) | |
tree | c54b8c44a7b85d85215d73e109f9fd208dc462a6 /core/LocAdapterBase.cpp | |
parent | 8834b304c9219de6dd592a2399ca1ac5c0b7eb0c (diff) |
Move modem power vote out of hal
The modem power vote feature needs to move
out of hal as it has non-aosp dependency
CRs-fixed: 831075
Change-Id: Ic83276e9d3c0d125a01f50719102fcd7c0455385
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r-- | core/LocAdapterBase.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index 9eb75ec..19fab0e 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -143,10 +143,6 @@ bool LocAdapterBase:: DEFAULT_IMPL(false) void LocAdapterBase:: - shutdown() -DEFAULT_IMPL() - -void LocAdapterBase:: reportGpsMeasurementData(GpsData &gpsMeasurementData) DEFAULT_IMPL() } // namespace loc_core |