summaryrefslogtreecommitdiff
path: root/perf/src/Ice/raw/cpp/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'perf/src/Ice/raw/cpp/Client.cpp')
-rw-r--r--perf/src/Ice/raw/cpp/Client.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/perf/src/Ice/raw/cpp/Client.cpp b/perf/src/Ice/raw/cpp/Client.cpp
index 4096deffae0..ba90ddab168 100644
--- a/perf/src/Ice/raw/cpp/Client.cpp
+++ b/perf/src/Ice/raw/cpp/Client.cpp
@@ -90,11 +90,7 @@ const char closeConnectionMsg = 4;
const char magic[] = { 0x49, 0x63, 0x65, 0x50 }; // 'I', 'c', 'e', 'P'
-#ifdef __BCPLUSPLUS__
-const char requestHdr[headerSize + sizeof(Ice::Int)] =
-#else
const char requestHdr[] =
-#endif
{
magic[0],
magic[1],
@@ -110,11 +106,7 @@ const char requestHdr[] =
0, 0, 0, 0 // Request id (placeholder)
};
-#ifdef __BCPLUSPLUS__
-const char requestBatchHdr[headerSize + sizeof(Ice::Int)] =
-#else
const char requestBatchHdr[] =
-#endif
{
magic[0],
magic[1],