summaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-cpp-include-Freeze-Map.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/ice/files/patch-cpp-include-Freeze-Map.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/ice/files/patch-cpp-include-Freeze-Map.h b/devel/ice/files/patch-cpp-include-Freeze-Map.h
deleted file mode 100644
index 127e9d8c939e..000000000000
--- a/devel/ice/files/patch-cpp-include-Freeze-Map.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- cpp.orig/include/Freeze/Map.h 2011-06-15 21:43:58.000000000 +0200
-+++ cpp/include/Freeze/Map.h 2012-03-04 20:14:52.000000000 +0100
-@@ -426,7 +426,7 @@
-
- ConstIterator(MapHelper& mapHelper, const Ice::CommunicatorPtr& communicator) :
- _helper(IteratorHelper::create(mapHelper, true)),
-- _communicator(_communicator),
-+ _communicator(communicator),
- _refValid(false)
- {
- }