summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'py/modules/IcePy/Proxy.cpp')
-rw-r--r--py/modules/IcePy/Proxy.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/py/modules/IcePy/Proxy.cpp b/py/modules/IcePy/Proxy.cpp
index da53698dbc7..f71f8069717 100644
--- a/py/modules/IcePy/Proxy.cpp
+++ b/py/modules/IcePy/Proxy.cpp
@@ -1021,9 +1021,6 @@ extern "C"
static PyObject*
proxyIceGetEncodingVersion(ProxyObject* self)
{
- PyObject* cls = lookupType("Ice.EncodingVersion");
- assert(cls);
-
assert(self->proxy);
PyObject* version;