diff options
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.hpp')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp index 26f363479..c9acb17d4 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -110,9 +110,6 @@ private: void io_init(void); //device properties interface - void get(const wax::obj &, wax::obj &val){ - val = _tree; //entry point into property tree - } uhd::property_tree::sptr get_tree(void) const{ return _tree; } |