summaryrefslogtreecommitdiff
path: root/php/src/IcePHP/Profile.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-01-09 20:39:08 +0100
committerJose <jose@zeroc.com>2009-01-09 20:39:08 +0100
commit1be9aec8882229a9623409b35643ecdff494870d (patch)
treeb9f88409910dfe530142449de75561930e801886 /php/src/IcePHP/Profile.cpp
parentbug 3523 - commit flex/bison files (diff)
downloadice-1be9aec8882229a9623409b35643ecdff494870d.tar.bz2
ice-1be9aec8882229a9623409b35643ecdff494870d.tar.xz
ice-1be9aec8882229a9623409b35643ecdff494870d.zip
Fix 3638 - IcePHP not compile because SignalHandler is missing.
Diffstat (limited to 'php/src/IcePHP/Profile.cpp')
-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);