summaryrefslogtreecommitdiff
path: root/gr-uhd/swig
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2011-09-27 10:32:29 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2011-09-27 10:32:29 -0700
commitcb23b7a23ca8a1b1331e3d70e97425b1d52b2222 (patch)
treed4297d51d5b04906afa110934f2ac911adcf369d /gr-uhd/swig
parent77f5aa4f1985e0605b5ed07994a2af7dac2d2a8d (diff)
parent5b1c7b73d0cb2dbbf944c3be670a7f2d74547e0f (diff)
Merge branch 'maint'
Diffstat (limited to 'gr-uhd/swig')
-rw-r--r--gr-uhd/swig/uhd_swig.i18
1 files changed, 0 insertions, 18 deletions
diff --git a/gr-uhd/swig/uhd_swig.i b/gr-uhd/swig/uhd_swig.i
index b58fe9e180..93bf5bfbe5 100644
--- a/gr-uhd/swig/uhd_swig.i
+++ b/gr-uhd/swig/uhd_swig.i
@@ -27,24 +27,6 @@
#define GR_UHD_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"