summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2011-12-26 20:49:45 +0100
committerJose <jose@zeroc.com>2011-12-26 20:49:45 +0100
commitd6219ea34531c331bb14b0e74299547e9705c9bd (patch)
treea41f6c787032a3459df2d1986017bf783e795dd0 /cpp/src/slice2cpp/Gen.cpp
parentICE-4598 Running out of memory while allocating a marshaling buffer (diff)
downloadice-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.cpp4
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())
{