diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-03 22:10:30 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-03 22:10:30 +0000 |
commit | a7dad57c553430519573cd808b326126d4affffb (patch) | |
tree | 9ee6aba6d6f03cf6feb8b08cae6382b294682355 /py/modules/IcePy/Slice.cpp | |
parent | Renamed IceInternal.Connection to Ice.ConnectionI (diff) | |
download | ice-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.cpp | 8 |
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)) { |