summaryrefslogtreecommitdiff
path: root/gr-audio/swig
diff options
context:
space:
mode:
authorJosh Blum2011-10-08 11:56:02 -0700
committerJosh Blum2011-10-08 11:56:02 -0700
commit7a2d39f425f6bc5df6a4f7206d3fa10f8e1e67c3 (patch)
treec0f3b142d6c288a7d214d82bb885c8797d3d2587 /gr-audio/swig
parentb06328b4adee941fe62f12a848cc903097711bdd (diff)
parentf29a49a40a3f706ae14d7d69c536d87eff3b53db (diff)
downloadgnuradio-7a2d39f425f6bc5df6a4f7206d3fa10f8e1e67c3.tar.gz
gnuradio-7a2d39f425f6bc5df6a4f7206d3fa10f8e1e67c3.tar.bz2
gnuradio-7a2d39f425f6bc5df6a4f7206d3fa10f8e1e67c3.zip
Merge branch 'next' into digital
Diffstat (limited to 'gr-audio/swig')
-rw-r--r--gr-audio/swig/audio_swig.i18
1 files changed, 0 insertions, 18 deletions
diff --git a/gr-audio/swig/audio_swig.i b/gr-audio/swig/audio_swig.i
index 612e96d23..1e3cca299 100644
--- a/gr-audio/swig/audio_swig.i
+++ b/gr-audio/swig/audio_swig.i
@@ -23,24 +23,6 @@
#define GR_AUDIO_API
////////////////////////////////////////////////////////////////////////
-// Language independent exception handler
-////////////////////////////////////////////////////////////////////////
-%include exception.i
-
-%exception {
- try {
- $action
- }
- catch(std::exception &e) {
- SWIG_exception(SWIG_RuntimeError, e.what());
- }
- catch(...) {
- SWIG_exception(SWIG_RuntimeError, "Unknown exception");
- }
-
-}
-
-////////////////////////////////////////////////////////////////////////
// standard includes
////////////////////////////////////////////////////////////////////////
%include "gnuradio.i"