aboutsummaryrefslogtreecommitdiffstats
path: root/host/python/usrp.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/python/usrp.py')
-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]