summaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-cpp-src-IceGrid-ReplicaCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice/files/patch-cpp-src-IceGrid-ReplicaCache.cpp')
-rw-r--r--devel/ice/files/patch-cpp-src-IceGrid-ReplicaCache.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/ice/files/patch-cpp-src-IceGrid-ReplicaCache.cpp b/devel/ice/files/patch-cpp-src-IceGrid-ReplicaCache.cpp
deleted file mode 100644
index 40bb74844fbf..000000000000
--- a/devel/ice/files/patch-cpp-src-IceGrid-ReplicaCache.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- cpp.orig/src/IceGrid/ReplicaCache.cpp 2011-06-15 21:43:59.000000000 +0200
-+++ cpp/src/IceGrid/ReplicaCache.cpp 2012-03-04 20:14:53.000000000 +0100
-@@ -40,7 +40,7 @@
- Lock sync(*this);
-
- ReplicaEntryPtr entry;
-- while(entry = getImpl(name))
-+ while((entry = getImpl(name)))
- {
- ReplicaSessionIPtr session = entry->getSession();
- if(session->isDestroyed())