commit:     d128afc5aaa88e71562eb7ba07fd9f36d194e5d1
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 12 17:44:23 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 13:40:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d128afc5

dev-util/mingw64-toolchain: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/gcc-13.2.0-libcxx-17.patch               | 63 ----------------------
 1 file changed, 63 deletions(-)

diff --git a/dev-util/mingw64-toolchain/files/gcc-13.2.0-libcxx-17.patch 
b/dev-util/mingw64-toolchain/files/gcc-13.2.0-libcxx-17.patch
deleted file mode 100644
index 03c5b8cd01e3..000000000000
--- a/dev-util/mingw64-toolchain/files/gcc-13.2.0-libcxx-17.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-https://bugs.gentoo.org/914565
---- a/gcc/gcc/system.h
-+++ b/gcc/gcc/system.h
-@@ -201,6 +201,9 @@ extern int fprintf_unlocked (FILE *, con
- #ifdef INCLUDE_STRING
- # include <string>
- #endif
-+#ifdef INCLUDE_VECTOR
-+# include <vector>
-+#endif
- #endif
- 
- /* There are an extraordinary number of issues with <ctype.h>.
-@@ -229,9 +232,6 @@ extern int errno;
- #ifdef INCLUDE_SET
- # include <set>
- #endif
--#ifdef INCLUDE_VECTOR
--# include <vector>
--#endif
- #ifdef INCLUDE_ARRAY
- # include <array>
- #endif
---- a/gcc/libcc1/libcc1plugin.cc
-+++ b/gcc/libcc1/libcc1plugin.cc
-@@ -19,6 +19,8 @@
- 
- #include <cc1plugin-config.h>
- 
-+#include <vector>
-+
- #undef PACKAGE_NAME
- #undef PACKAGE_STRING
- #undef PACKAGE_TARNAME
-@@ -69,8 +71,6 @@
- #include "gcc-c-interface.h"
- #include "context.hh"
- 
--#include <vector>
--
- using namespace cc1_plugin;
- 
- 
---- a/gcc/libcc1/libcp1plugin.cc
-+++ b/gcc/libcc1/libcp1plugin.cc
-@@ -20,6 +20,8 @@
- 
- #include <cc1plugin-config.h>
- 
-+#include <vector>
-+
- #undef PACKAGE_NAME
- #undef PACKAGE_STRING
- #undef PACKAGE_TARNAME
-@@ -71,8 +73,6 @@
- #include "rpc.hh"
- #include "context.hh"
- 
--#include <vector>
--
- using namespace cc1_plugin;
- 
- 

Reply via email to