summaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
Diffstat (limited to 'php/src')
-rw-r--r--php/src/IcePHP/Profile.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/php/src/IcePHP/Profile.cpp b/php/src/IcePHP/Profile.cpp
index bc97ac5f327..e9119c44df6 100644
--- a/php/src/IcePHP/Profile.cpp
+++ b/php/src/IcePHP/Profile.cpp
@@ -11,7 +11,6 @@
#include <Util.h>
#include <Slice/Preprocessor.h>
-#include <Slice/SignalHandler.h>
#include <IceUtil/Options.h>
#include <IceUtil/InputUtil.h>
#include <fstream>
@@ -403,8 +402,6 @@ parseSlice(const string& argStr, Slice::UnitPtr& unit, bool& suppressWarnings TS
for(vector<string>::iterator p = files.begin(); p != files.end(); ++p)
{
- SignalHandler signalHandler;
-
Slice::Preprocessor icecpp("icecpp", *p, cppArgs);
FILE* cppHandle = icecpp.preprocess(false);