From efc0f233a465e9496a484636de129f8f03d729f4 Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Thu, 8 Sep 2011 16:40:34 -0700
Subject: usrp: remove wax::obj entry point (not used)

---
 host/lib/usrp/e100/e100_impl.hpp | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'host/lib/usrp/e100')

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;
     }
-- 
cgit v1.2.3