diff options
| -rw-r--r-- | host/lib/usrp/gps_ctrl.cpp | 2 | 
1 files changed, 0 insertions, 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; | 
