summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/lib/usrp/b100/b100_impl.hpp3
-rw-r--r--host/lib/usrp/e100/e100_impl.hpp3
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.hpp3
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp3
4 files changed, 0 insertions, 12 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;
}
diff --git a/host/lib/usrp/e100/e100_impl.hpp b/host/lib/usrp/e100/e100_impl.hpp
index 86ed76212..a15197545 100644
--- a/host/lib/usrp/e100/e100_impl.hpp
+++ b/host/lib/usrp/e100/e100_impl.hpp
@@ -111,9 +111,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;
}
diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp
index 261223883..68ce31a54 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.hpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.hpp
@@ -76,9 +76,6 @@ private:
uhd::property_tree::sptr _tree;
//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;
}
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index fe7be9b66..28cbaf479 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -115,9 +115,6 @@ private:
uhd::sensor_value_t get_ref_locked(const std::string &);
//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;
}