summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Flusher.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-02-28 17:30:43 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-02-28 17:30:43 +0000
commita0262246c57db3d224f2c6bc60b93b0af9ba091e (patch)
treee19a2b3ea3bddcd94c03e4fc5012fb4ad6a10328 /cpp/src/IceStorm/Flusher.cpp
parentfixes (diff)
downloadice-a0262246c57db3d224f2c6bc60b93b0af9ba091e.tar.bz2
ice-a0262246c57db3d224f2c6bc60b93b0af9ba091e.tar.xz
ice-a0262246c57db3d224f2c6bc60b93b0af9ba091e.zip
IceStorm changes
Diffstat (limited to 'cpp/src/IceStorm/Flusher.cpp')
-rw-r--r--cpp/src/IceStorm/Flusher.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IceStorm/Flusher.cpp b/cpp/src/IceStorm/Flusher.cpp
index 913612843c2..70558d76eac 100644
--- a/cpp/src/IceStorm/Flusher.cpp
+++ b/cpp/src/IceStorm/Flusher.cpp
@@ -120,12 +120,6 @@ private:
//IceUtil::Monitor<IceUtil::Mutex>::Lock sync(*this);
//
- // Using standard algorithms I don't think there is a way to
- // do this in one pass. For instance, I thought about using
- // remove_if - but the predicate needs to be a pure function
- // (see Meyers for details). If this is fixed then fix TopicI
- // also.
- //
// remove_if doesn't work with handle types. remove_if also
// isn't present in the STLport implementation
//