diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-01-02 15:16:46 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-01-02 15:16:46 -0330 |
commit | 51ee7620f82e4232baf587ee052001751c23e481 (patch) | |
tree | 08baaf92bddeca3f33acfe1bb38620606de7a99b /py | |
parent | The server now accepts anonymous clients. (diff) | |
download | ice-51ee7620f82e4232baf587ee052001751c23e481.tar.bz2 ice-51ee7620f82e4232baf587ee052001751c23e481.tar.xz ice-51ee7620f82e4232baf587ee052001751c23e481.zip |
Merged with R3_3_branch
Diffstat (limited to 'py')
-rw-r--r-- | py/modules/IcePy/Slice.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/modules/IcePy/Slice.cpp b/py/modules/IcePy/Slice.cpp index d0ab9232790..51d9067b97f 100644 --- a/py/modules/IcePy/Slice.cpp +++ b/py/modules/IcePy/Slice.cpp @@ -14,7 +14,6 @@ #include <Util.h> #include <Slice/Preprocessor.h> #include <Slice/PythonUtil.h> -#include <Slice/SignalHandler.h> #include <IceUtil/Options.h> // @@ -135,8 +134,6 @@ IcePy_loadSlice(PyObject* /*self*/, PyObject* args) for(vector<string>::const_iterator p = files.begin(); p != files.end(); ++p) { - SignalHandler sigHandler; - string file = *p; Slice::Preprocessor icecpp("icecpp", file, cppArgs); FILE* cppHandle = icecpp.preprocess(false); |