summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python
diff options
context:
space:
mode:
authorTom Rondeau2010-11-17 16:48:06 -0800
committerTom Rondeau2010-11-17 16:48:06 -0800
commit01a054be12bdef4d8c17d6134275ede9d9997c3d (patch)
treef51aea2c92d215d43fb13f8efb2ebbc9ce33504d /gnuradio-examples/python
parentb8da2172d0b10f5de04a12b942b48439a7aae8ae (diff)
downloadgnuradio-01a054be12bdef4d8c17d6134275ede9d9997c3d.tar.gz
gnuradio-01a054be12bdef4d8c17d6134275ede9d9997c3d.tar.bz2
gnuradio-01a054be12bdef4d8c17d6134275ede9d9997c3d.zip
Removing vestigial line.
Diffstat (limited to 'gnuradio-examples/python')
-rwxr-xr-xgnuradio-examples/python/tags/uhd_burst_detector.py1
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()