diff options
author | Jose <jose@zeroc.com> | 2011-12-26 20:49:45 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2011-12-26 20:49:45 +0100 |
commit | d6219ea34531c331bb14b0e74299547e9705c9bd (patch) | |
tree | a41f6c787032a3459df2d1986017bf783e795dd0 /cpp/src/slice2cpp/Gen.cpp | |
parent | ICE-4598 Running out of memory while allocating a marshaling buffer (diff) | |
download | ice-d6219ea34531c331bb14b0e74299547e9705c9bd.tar.bz2 ice-d6219ea34531c331bb14b0e74299547e9705c9bd.tar.xz ice-d6219ea34531c331bb14b0e74299547e9705c9bd.zip |
ICE-4757 --add-header bogus
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index f9337422ebc..b86183ffb1d 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -576,10 +576,6 @@ Slice::Gen::writeExtraHeaders(IceUtilInternal::Output& out) out << "\n#define " << guard; } out << "\n#include <"; - if(!_include.empty()) - { - out << _include << '/'; - } out << hdr << '>'; if(!guard.empty()) { |