summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-09-08 16:40:34 -0700
committerJosh Blum <josh@joshknows.com>2011-09-08 16:40:34 -0700
commitefc0f233a465e9496a484636de129f8f03d729f4 (patch)
treec4ed0647a7c7f69e2eeacac76f86a74313b9f117 /host/lib/usrp/b100
parente83c35c7e7b037f06183ed4d445cfd7eb74b16a9 (diff)
downloaduhd-efc0f233a465e9496a484636de129f8f03d729f4.tar.gz
uhd-efc0f233a465e9496a484636de129f8f03d729f4.tar.bz2
uhd-efc0f233a465e9496a484636de129f8f03d729f4.zip
usrp: remove wax::obj entry point (not used)
Diffstat (limited to 'host/lib/usrp/b100')
-rw-r--r--host/lib/usrp/b100/b100_impl.hpp3
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;
}