diff options
-rwxr-xr-x | gnuradio-examples/python/tags/uhd_burst_detector.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-examples/python/tags/uhd_burst_detector.py b/gnuradio-examples/python/tags/uhd_burst_detector.py index 2d4ca9b9a..432698225 100755 --- a/gnuradio-examples/python/tags/uhd_burst_detector.py +++ b/gnuradio-examples/python/tags/uhd_burst_detector.py @@ -70,7 +70,6 @@ class uhd_burst_detector(gr.top_block): self.uhd_src_0.set_samp_rate(self.samp_rate) if __name__ == '__main__': - a = 1 parser = OptionParser(option_class=eng_option, usage="%prog: [options]") (options, args) = parser.parse_args() |