diff options
Diffstat (limited to 'host/lib/usrp/mpmd/mpmd_impl.cpp')
-rw-r--r-- | host/lib/usrp/mpmd/mpmd_impl.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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<int>( - mb_path / "rx_codecs" / "A" / "gains") - .set_publisher([](){ - return 1 // FIXME: Remove hardcoding - ; - }) - ; } void reset_time_synchronized(uhd::property_tree::sptr tree) |