From 21308b61a8cacd8b3a9129f4431796aa78934b06 Mon Sep 17 00:00:00 2001 From: Bhavna Sharma Date: Fri, 27 Apr 2018 13:38:36 -0700 Subject: [PATCH] GNSS adapter: Do not send SPE NMEA to engine hub Engine service does not need SPE NMEA report. Change-Id: I809fa2857eec8292269b640928a44d8cc54308ed CRs-fixed: 2232811 --- core/EngineHubProxyBase.h | 5 ----- gnss/GnssAdapter.cpp | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/core/EngineHubProxyBase.h b/core/EngineHubProxyBase.h index 4e259ba7..5282350f 100644 --- a/core/EngineHubProxyBase.h +++ b/core/EngineHubProxyBase.h @@ -81,11 +81,6 @@ public: (void) svPolynomial; return false; } - - inline virtual bool gnssReportNmea(const char* nmea) { - (void) nmea; - return false; - } }; typedef std::functiongnssReportNmea(nmea); if (mUlpProxy->reportNmea(nmea, length)) { return; }