media-libs/vigra: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 10 Apr 2019 08:52:00 +0000 (10:52 +0200)
committerAaron Bauman <bman@gentoo.org>
Sat, 20 Apr 2019 01:29:19 +0000 (21:29 -0400)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
media-libs/vigra/files/vigra-1.11.0-gcc-7.patch [deleted file]

diff --git a/media-libs/vigra/files/vigra-1.11.0-gcc-7.patch b/media-libs/vigra/files/vigra-1.11.0-gcc-7.patch
deleted file mode 100644 (file)
index 4aaba64..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/include/vigra/imagecontainer.hxx b/include/vigra/imagecontainer.hxx
-index a6f0f80..636cc64 100644
---- a/include/vigra/imagecontainer.hxx
-+++ b/include/vigra/imagecontainer.hxx
-@@ -763,7 +763,7 @@ public:
-         /** swap contents of this array with the contents of other
-             (STL-Container interface)
-          */
--    void swap(const ImagePyramid<ImageType, Alloc> &other)
-+    void swap(ImagePyramid<ImageType, Alloc> &other)
-     {
-         images_.swap(other.images_);
-         std::swap(lowestLevel_, other.lowestLevel_);