Author: jcorgan
Date: 2008-01-16 10:08:47 -0700 (Wed, 16 Jan 2008)
New Revision: 7452

Modified:
   gnuradio/trunk/gr-utils/src/python/usrp_rx_cfile.py
Log:
No longer need workaround.

Modified: gnuradio/trunk/gr-utils/src/python/usrp_rx_cfile.py
===================================================================
--- gnuradio/trunk/gr-utils/src/python/usrp_rx_cfile.py 2008-01-16 09:59:16 UTC 
(rev 7451)
+++ gnuradio/trunk/gr-utils/src/python/usrp_rx_cfile.py 2008-01-16 17:08:47 UTC 
(rev 7452)
@@ -100,10 +100,7 @@
             sys.stderr.write('Failed to set frequency\n')
             raise SystemExit, 1
 
-    def __del__(self):
-       # Avoid weak reference error
-       del self.subdev
-        
+
 if __name__ == '__main__':
     try:
         my_top_block().run()



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to