From 59838462b144b7b0cf8fdf5709aba9852dffd337 Mon Sep 17 00:00:00 2001 From: Michael West Date: Mon, 28 Oct 2013 12:48:31 -0700 Subject: CID 1104298: Removed dead code. CID 1104296: Removed dead code. --- host/lib/usrp/gps_ctrl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/host/lib/usrp/gps_ctrl.cpp b/host/lib/usrp/gps_ctrl.cpp index c3af75faa..105a52b30 100644 --- a/host/lib/usrp/gps_ctrl.cpp +++ b/host/lib/usrp/gps_ctrl.cpp @@ -223,7 +223,6 @@ private: boost::this_thread::sleep(milliseconds(GPS_TIMEOUT_DELAY_MS)); } throw uhd::value_error(str(boost::format("get_nmea(): no %s message found") % msgtype)); - return std::string(); } //helper function to retrieve a field from an NMEA sentence @@ -322,7 +321,6 @@ private: boost::this_thread::sleep(milliseconds(GPS_TIMEOUT_DELAY_MS)); } throw uhd::value_error("get_stat(): no servo message found"); - return std::string(); } uart_iface::sptr _uart; -- cgit v1.2.3