summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/Configuration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/background/Configuration.cpp')
-rw-r--r--cpp/test/Ice/background/Configuration.cpp17
1 files changed, 1 insertions, 16 deletions
diff --git a/cpp/test/Ice/background/Configuration.cpp b/cpp/test/Ice/background/Configuration.cpp
index 45bc7872a6f..4a3e9498d04 100644
--- a/cpp/test/Ice/background/Configuration.cpp
+++ b/cpp/test/Ice/background/Configuration.cpp
@@ -15,8 +15,7 @@ Configuration::Configuration() :
_initializeSocketOperation(IceInternal::SocketOperationNone),
_initializeResetCount(0),
_readReadyCount(0),
- _writeReadyCount(0),
- _buffered(false)
+ _writeReadyCount(0)
{
assert(!_instance);
_instance = this;
@@ -175,20 +174,6 @@ Configuration::checkWriteException()
}
}
-void
-Configuration::buffered(bool buffered)
-{
- Lock sync(*this);
- _buffered = buffered;
-}
-
-bool
-Configuration::buffered()
-{
- Lock sync(*this);
- return _buffered;
-}
-
Configuration*
Configuration::getInstance()
{