diff --git a/Source/Modules/main.cxx b/Source/Modules/main.cxx index 4fe5a3f11..d2f5d3bc0 100644 --- a/Source/Modules/main.cxx +++ b/Source/Modules/main.cxx @@ -418,13 +418,6 @@ static void SWIG_dump_runtime() { Printf(runtime, "%s", s); Delete(s); - s = Swig_include_sys("swigerrors.swg"); - if (!s) { - Printf(stderr, "*** Unable to open 'swigerrors.swg'\n"); - Close(runtime); - SWIG_exit(EXIT_FAILURE); - } - Printf(runtime, "%s", s); s = Swig_include_sys("swigrun.swg"); if (!s) { Printf(stderr, "*** Unable to open 'swigrun.swg'\n");