diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-06-10 23:15:22 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:08 -0800 |
commit | 2ed94af7726e0f22e765950618ae87bb507e773a (patch) | |
tree | d3db840c542f8bb31cd36e843bdfb3e742d902c8 /host/tests/devtest | |
parent | d94140a4129d6b2153b15860eeb2406672ebb414 (diff) | |
download | uhd-2ed94af7726e0f22e765950618ae87bb507e773a.tar.gz uhd-2ed94af7726e0f22e765950618ae87bb507e773a.tar.bz2 uhd-2ed94af7726e0f22e765950618ae87bb507e773a.zip |
uhd: Remove deprecated objects and methods
This removes the following symbols:
- otw_type_t
- clock_config_t
- Any functions that use those symbols
- Non-standard args from examples (e.g., --total-time is deprecated in
favour of --duration)
Diffstat (limited to 'host/tests/devtest')
-rwxr-xr-x | host/tests/devtest/multi_usrp_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/tests/devtest/multi_usrp_test.py b/host/tests/devtest/multi_usrp_test.py index d18ec1f67..04baf904e 100755 --- a/host/tests/devtest/multi_usrp_test.py +++ b/host/tests/devtest/multi_usrp_test.py @@ -567,7 +567,6 @@ def run_api_test(usrp): 'set_tx_lo_export_enabled', # Not supported w/all devices. 'set_time_source_out', # Not supported on all devices. 'get_register_info', # Requires path to register - 'set_clock_config', # Requires clock_config_t input 'get_rx_stream', 'get_tx_stream', # Require stream_args_t # Need register path, but enumerate_registers returns None 'read_register', 'write_register', |