diff options
author | Tom Rondeau | 2010-11-17 16:48:06 -0800 |
---|---|---|
committer | Tom Rondeau | 2010-11-17 16:48:06 -0800 |
commit | 01a054be12bdef4d8c17d6134275ede9d9997c3d (patch) | |
tree | f51aea2c92d215d43fb13f8efb2ebbc9ce33504d /gnuradio-examples/python | |
parent | b8da2172d0b10f5de04a12b942b48439a7aae8ae (diff) | |
download | gnuradio-01a054be12bdef4d8c17d6134275ede9d9997c3d.tar.gz gnuradio-01a054be12bdef4d8c17d6134275ede9d9997c3d.tar.bz2 gnuradio-01a054be12bdef4d8c17d6134275ede9d9997c3d.zip |
Removing vestigial line.
Diffstat (limited to 'gnuradio-examples/python')
-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() |