From e1f2360560738ce35276639c0f22dd21b25dfefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Mon, 16 Jul 2018 10:17:06 +0200 Subject: [PATCH] gps: remove unused field _baudrate_changed & _mode_changed --- src/drivers/gps/gps.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/drivers/gps/gps.cpp b/src/drivers/gps/gps.cpp index 50c06f3ad8..da1a8c7379 100644 --- a/src/drivers/gps/gps.cpp +++ b/src/drivers/gps/gps.cpp @@ -151,8 +151,6 @@ private: char _port[20] {}; ///< device / serial port path bool _healthy{false}; ///< flag to signal if the GPS is ok - bool _baudrate_changed{false}; ///< flag to signal that the baudrate with the GPS has changed - bool _mode_changed{false}; ///< flag that the GPS mode has changed bool _mode_auto; ///< if true, auto-detect which GPS is attached gps_driver_mode_t _mode; ///< current mode