summaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-cpp-include-Ice-IconvStringConverter.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice/files/patch-cpp-include-Ice-IconvStringConverter.h')
-rw-r--r--devel/ice/files/patch-cpp-include-Ice-IconvStringConverter.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/ice/files/patch-cpp-include-Ice-IconvStringConverter.h b/devel/ice/files/patch-cpp-include-Ice-IconvStringConverter.h
deleted file mode 100644
index 43d148f7a64b..000000000000
--- a/devel/ice/files/patch-cpp-include-Ice-IconvStringConverter.h
+++ /dev/null
@@ -1,21 +0,0 @@
---- cpp.orig/include/Ice/IconvStringConverter.h 2011-06-15 21:43:58.000000000 +0200
-+++ cpp/include/Ice/IconvStringConverter.h 2012-03-04 20:14:52.000000000 +0100
-@@ -225,10 +225,16 @@
- template<typename charT> /*static*/ void
- IconvStringConverter<charT>::close(std::pair<iconv_t, iconv_t> cdp)
- {
-- int rs = iconv_close(cdp.first);
-+#ifndef NDEBUG
-+ int rs =
-+#endif
-+ iconv_close(cdp.first);
- assert(rs == 0);
-
-- rs = iconv_close(cdp.second);
-+#ifndef NDEBUG
-+ rs =
-+#endif
-+ iconv_close(cdp.second);
- assert(rs == 0);
- }
-