From f50e02a555cd8320c8e65383030fba166dc4fead 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 3851b2f0..b159bd89 100644 --- a/core/EngineHubProxyBase.h +++ b/core/EngineHubProxyBase.h @@ -80,11 +80,6 @@ public: (void) svPolynomial; return false; } - - inline virtual bool gnssReportNmea(const char* nmea) { - (void) nmea; - return false; - } }; typedef std::functiongnssReportNmea(nmea); + return; } struct MsgReportNmea : public LocMsg {