From 309a2f04e3da6667bc44c78121064b2d03e24e75 Mon Sep 17 00:00:00 2001 From: Mark Meserve Date: Wed, 9 Aug 2017 15:17:44 -0700 Subject: mg: General fixes - Make DB probe-able - Add RPC client --- host/lib/usrp/mpmd/mpmd_impl.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'host/lib/usrp/mpmd/mpmd_impl.cpp') diff --git a/host/lib/usrp/mpmd/mpmd_impl.cpp b/host/lib/usrp/mpmd/mpmd_impl.cpp index c8c860c00..38a089788 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.cpp +++ b/host/lib/usrp/mpmd/mpmd_impl.cpp @@ -106,13 +106,6 @@ namespace { ); }) ; - tree->create( - mb_path / "rx_codecs" / "A" / "gains") - .set_publisher([](){ - return 1 // FIXME: Remove hardcoding - ; - }) - ; } void reset_time_synchronized(uhd::property_tree::sptr tree) -- cgit v1.2.3