diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-11-23 11:52:32 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-11-28 12:17:12 -0800 |
commit | 33c0b32db12ee154b1090360fbf76634590fdd3e (patch) | |
tree | 1b55e6ca5ea2d08cb5cb2057b900e1bc43a95618 /host/lib/usrp/dboard | |
parent | da2c235bdaddd1f4aa576f08d9ab8e47a25e03e5 (diff) | |
download | uhd-33c0b32db12ee154b1090360fbf76634590fdd3e.tar.gz uhd-33c0b32db12ee154b1090360fbf76634590fdd3e.tar.bz2 uhd-33c0b32db12ee154b1090360fbf76634590fdd3e.zip |
lib: Removed more superfluous variables
Diffstat (limited to 'host/lib/usrp/dboard')
-rw-r--r-- | host/lib/usrp/dboard/db_ubx.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/db_ubx.cpp b/host/lib/usrp/dboard/db_ubx.cpp index 05a02c321..82472fd9b 100644 --- a/host/lib/usrp/dboard/db_ubx.cpp +++ b/host/lib/usrp/dboard/db_ubx.cpp @@ -1246,8 +1246,6 @@ private: power_mode_t _power_mode; std::string _xcvr_mode; size_t _rev; - double _prev_tx_freq; - double _prev_rx_freq; ubx_gpio_reg_t _tx_gpio_reg; ubx_gpio_reg_t _rx_gpio_reg; int64_t _tx_sync_delay; |