summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Slice.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-09-03 22:10:30 +0000
committerMark Spruiell <mes@zeroc.com>2004-09-03 22:10:30 +0000
commita7dad57c553430519573cd808b326126d4affffb (patch)
tree9ee6aba6d6f03cf6feb8b08cae6382b294682355 /py/modules/IcePy/Slice.cpp
parentRenamed IceInternal.Connection to Ice.ConnectionI (diff)
downloadice-a7dad57c553430519573cd808b326126d4affffb.tar.bz2
ice-a7dad57c553430519573cd808b326126d4affffb.tar.xz
ice-a7dad57c553430519573cd808b326126d4affffb.zip
type refactoring
Diffstat (limited to 'py/modules/IcePy/Slice.cpp')
-rw-r--r--py/modules/IcePy/Slice.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/py/modules/IcePy/Slice.cpp b/py/modules/IcePy/Slice.cpp
index 233ea5c92b4..24b635f4ead 100644
--- a/py/modules/IcePy/Slice.cpp
+++ b/py/modules/IcePy/Slice.cpp
@@ -33,14 +33,6 @@ Ice_loadSlice(PyObject* /*self*/, PyObject* args)
return NULL;
}
-#if 0
- if(_unit)
- {
- PyErr_Format(PyExc_RuntimeError, "Ice.loadSlice can only be called once");
- return NULL;
- }
-#endif
-
Ice::StringSeq argSeq;
if(!Slice::Python::splitString(cmd, argSeq))
{