From 11074ebcb4a865ec53e0f46b36dee1ba743012ef Mon Sep 17 00:00:00 2001 From: Vidush Date: Wed, 13 Jun 2018 14:14:14 -0700 Subject: Python: Remove Unnecessary Metadata Assignment --- host/python/usrp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'host/python/usrp.py') 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] -- cgit v1.2.3