diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Common/TestHelper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/Common/TestHelper.cpp b/cpp/test/Common/TestHelper.cpp index 810e3560f57..13b44569633 100644 --- a/cpp/test/Common/TestHelper.cpp +++ b/cpp/test/Common/TestHelper.cpp @@ -85,7 +85,6 @@ StreamHelper::newLine() int StreamHelper::sync() { - assert(_controllerHelper); std::streamsize n = pptr() - pbase(); { IceUtil::Mutex::Lock sync(_mutex); |