diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-03 16:39:16 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-03 16:39:16 -0800 |
commit | d2556f45c943e54d1b74afe94bff98cd81661bb2 (patch) | |
tree | e33cb98de66846a388792ed7b64cda586cde2ab8 /host/include | |
parent | 98028b366f840efc3b289cc7051bed73aad0963c (diff) | |
download | uhd-d2556f45c943e54d1b74afe94bff98cd81661bb2.tar.gz uhd-d2556f45c943e54d1b74afe94bff98cd81661bb2.tar.bz2 uhd-d2556f45c943e54d1b74afe94bff98cd81661bb2.zip |
uhd: removed mb_eeprom from mboard iface (already exposed in property)
also fixed some warnings with unused parameters
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/mboard_iface.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/include/uhd/usrp/mboard_iface.hpp b/host/include/uhd/usrp/mboard_iface.hpp index cfd273232..784fbc7c5 100644 --- a/host/include/uhd/usrp/mboard_iface.hpp +++ b/host/include/uhd/usrp/mboard_iface.hpp @@ -78,8 +78,6 @@ public: */ virtual std::string read_uart(boost::uint8_t dev) = 0; - //motherboard eeprom map structure - uhd::usrp::mboard_eeprom_t mb_eeprom; }; }} |