aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/usrp/constrained_device_args.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/uhdlib/usrp/constrained_device_args.hpp')
-rw-r--r--host/lib/include/uhdlib/usrp/constrained_device_args.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/host/lib/include/uhdlib/usrp/constrained_device_args.hpp b/host/lib/include/uhdlib/usrp/constrained_device_args.hpp
index e0c2c9b90..d3b52ea01 100644
--- a/host/lib/include/uhdlib/usrp/constrained_device_args.hpp
+++ b/host/lib/include/uhdlib/usrp/constrained_device_args.hpp
@@ -244,12 +244,6 @@ public: // Methods
constrained_device_args_t() {}
virtual ~constrained_device_args_t() {}
- void parse(const std::string& str_args)
- {
- device_addr_t dev_args(str_args);
- _parse(dev_args);
- }
-
void parse(const device_addr_t& dev_args)
{
_parse(dev_args);