diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-04-01 16:13:42 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-04-01 16:13:42 -0400 |
commit | 2bf64459036916258dcf3269cec47904fdeba8f6 (patch) | |
tree | 50b6a0dd2bbc3e02b38e8d9fcf5215309d5545ff /gr-comedi | |
parent | 6d20c58eba20406c3a1d6131e28a5bad8d18a408 (diff) |
Removes all references to guile and scheme, which are no longer needed.
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
Diffstat (limited to 'gr-comedi')
-rw-r--r-- | gr-comedi/src/comedi.i | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gr-comedi/src/comedi.i b/gr-comedi/src/comedi.i index a15b4d3b9f..6fa4438fce 100644 --- a/gr-comedi/src/comedi.i +++ b/gr-comedi/src/comedi.i @@ -72,13 +72,3 @@ class comedi_sink_s : public gr_sync_block { public: ~comedi_sink_s (); }; - -#if SWIGGUILE -%scheme %{ -(load-extension-global "libguile-gnuradio-comedi" "scm_init_gnuradio_comedi_module") -%} - -%goops %{ -(use-modules (gnuradio gnuradio_core_runtime)) -%} -#endif |