aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidush <vidush.vishwanath@ettus.com>2018-06-13 14:14:14 -0700
committerMartin Braun <martin.braun@ettus.com>2018-06-20 19:02:32 -0500
commit11074ebcb4a865ec53e0f46b36dee1ba743012ef (patch)
treea985ca377a3cd1993e2e6783f95ddf46df74a99a
parentpython: Adding Python API benchmark rate (diff)
downloaduhd-11074ebcb4a865ec53e0f46b36dee1ba743012ef.tar.xz
uhd-11074ebcb4a865ec53e0f46b36dee1ba743012ef.zip
Python: Remove Unnecessary Metadata Assignment
-rw-r--r--host/python/usrp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/python/usrp.py b/host/python/usrp.py
index 4b4b87bea..803b45b1e 100644
--- a/host/python/usrp.py
+++ b/host/python/usrp.py
@@ -95,7 +95,6 @@ class MultiUSRP(lib.usrp.multi_usrp):
st_args = lib.usrp.stream_args("fc32", "sc16")
st_args.channels = channels
- metadata = lib.types.rx_metadata()
streamer = super(MultiUSRP, self).get_tx_stream(st_args)
buffer_samps = streamer.get_max_num_samps()
proto_len = waveform_proto.shape[-1]