diff options
Diffstat (limited to 'py/modules/IcePy/Communicator.cpp')
-rw-r--r-- | py/modules/IcePy/Communicator.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/py/modules/IcePy/Communicator.cpp b/py/modules/IcePy/Communicator.cpp index ed5c237967e..593988ce462 100644 --- a/py/modules/IcePy/Communicator.cpp +++ b/py/modules/IcePy/Communicator.cpp @@ -186,13 +186,6 @@ communicatorInit(CommunicatorObject* self, PyObject* args, PyObject* /*kwds*/) } // - // Disable collocation optimization, otherwise a Python invocation on - // a collocated servant results in a CollocationOptimizationException - // (because Python uses the blobject API). - // - data.properties->setProperty("Ice.Default.CollocationOptimized", "0"); - - // // Remaining command line options are passed to the communicator // as an argument vector in case they contain plug-in properties. // |