summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/info/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/info/TestI.cpp')
-rw-r--r--cpp/test/Ice/info/TestI.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/Ice/info/TestI.cpp b/cpp/test/Ice/info/TestI.cpp
index 306b6493690..183d39018f9 100644
--- a/cpp/test/Ice/info/TestI.cpp
+++ b/cpp/test/Ice/info/TestI.cpp
@@ -48,10 +48,6 @@ TestI::getEndpointInfoAsContext(const Ice::Current& c)
if(Ice::UDPEndpointInfoPtr::dynamicCast(ipinfo))
{
Ice::UDPEndpointInfoPtr udp = Ice::UDPEndpointInfoPtr::dynamicCast(ipinfo);
- ctx["protocolMajor"] = udp->protocol.major;
- ctx["protocolMinor"] = udp->protocol.minor;
- ctx["encodingMajor"] = udp->encoding.major;
- ctx["encodingMinor"] = udp->encoding.minor;
ctx["mcastInterface"] = udp->mcastInterface;
ctx["mcastTtl"] = udp->mcastTtl;
}