diff options
author | Tom Rondeau | 2012-04-01 16:13:42 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-04-01 16:13:42 -0400 |
commit | 2bf64459036916258dcf3269cec47904fdeba8f6 (patch) | |
tree | 50b6a0dd2bbc3e02b38e8d9fcf5215309d5545ff /gr-uhd/swig/uhd_swig.i | |
parent | 6d20c58eba20406c3a1d6131e28a5bad8d18a408 (diff) | |
download | gnuradio-2bf64459036916258dcf3269cec47904fdeba8f6.tar.gz gnuradio-2bf64459036916258dcf3269cec47904fdeba8f6.tar.bz2 gnuradio-2bf64459036916258dcf3269cec47904fdeba8f6.zip |
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-uhd/swig/uhd_swig.i')
-rw-r--r-- | gr-uhd/swig/uhd_swig.i | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i index 0b2f9febc..053f4a999 100644 --- a/gr-uhd/swig/uhd_swig.i +++ b/gr-uhd/swig/uhd_swig.i @@ -125,14 +125,4 @@ static const size_t ALL_MBOARDS = uhd::usrp::multi_usrp::ALL_MBOARDS; %} static const size_t ALL_MBOARDS; -#if SWIGGUILE -%scheme %{ -(load-extension-global "libguile-gnuradio-uhd_swig" "scm_init_gnuradio_uhd_swig_module") -%} - -%goops %{ -(use-modules (gnuradio gnuradio_core_runtime)) -%} -#endif /* SWIGGUILE */ - #endif /* GR_HAVE_UHD */ |