aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dickens <michael.dickens@ettus.com>2021-05-14 10:31:20 -0400
committerAaron Rossetto <aaron.rossetto@ni.com>2021-05-20 14:57:47 -0500
commit97bd72438ca31a1e482e8b345bd5b697870fd907 (patch)
treee7c46261bb7292e8b2a9082c6566c5e17342e442
parent7a0b87a43e2009e6a96ba4b19a935ce3bc4a6292 (diff)
downloaduhd-97bd72438ca31a1e482e8b345bd5b697870fd907.tar.gz
uhd-97bd72438ca31a1e482e8b345bd5b697870fd907.tar.bz2
uhd-97bd72438ca31a1e482e8b345bd5b697870fd907.zip
mpm: remove unused argument info
-rw-r--r--mpm/python/usrp_mpm/discovery.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpm/python/usrp_mpm/discovery.py b/mpm/python/usrp_mpm/discovery.py
index 3adf98b28..a225bd1db 100644
--- a/mpm/python/usrp_mpm/discovery.py
+++ b/mpm/python/usrp_mpm/discovery.py
@@ -30,8 +30,6 @@ def spawn_discovery_process(shared_state, discovery_addr):
Returns a process that contains the device discovery.
Arguments:
- device_info -- A dictionary of type string -> string. All of these items
- will be included in the response string.
shared_state -- Shared state of device (is it claimed, etc.). Is a
SharedState() object.
discovery_addr -- Discovery will listen on this address(es)