summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/EvictorI.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-05-15 13:46:50 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-05-15 13:46:50 -0230
commit0f8bb307adf2f03ef029b706d1e3dac9a2f56974 (patch)
tree21e4ce78d64556311d3aa9cdf559ac78eb05e629 /cpp/src/Freeze/EvictorI.cpp
parentRemoved nonmutating keyword (diff)
downloadice-0f8bb307adf2f03ef029b706d1e3dac9a2f56974.tar.bz2
ice-0f8bb307adf2f03ef029b706d1e3dac9a2f56974.tar.xz
ice-0f8bb307adf2f03ef029b706d1e3dac9a2f56974.zip
Removed Freeze.UseNonmutating
Diffstat (limited to 'cpp/src/Freeze/EvictorI.cpp')
-rw-r--r--cpp/src/Freeze/EvictorI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Freeze/EvictorI.cpp b/cpp/src/Freeze/EvictorI.cpp
index 7c75bb65d8d..50e718ad3cd 100644
--- a/cpp/src/Freeze/EvictorI.cpp
+++ b/cpp/src/Freeze/EvictorI.cpp
@@ -160,7 +160,6 @@ Freeze::EvictorIBase::EvictorIBase(const ObjectAdapterPtr& adapter,
_trace = _communicator->getProperties()->getPropertyAsInt("Freeze.Trace.Evictor");
_txTrace = _communicator->getProperties()->getPropertyAsInt("Freeze.Trace.Transaction");
_deadlockWarning = (_communicator->getProperties()->getPropertyAsInt("Freeze.Warn.Deadlocks") != 0);
- _useNonmutating = (_communicator->getProperties()->getPropertyAsInt("Freeze.Evictor.UseNonmutating") != 0);
}