dev-cpp/tree: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 13 Jun 2018 17:54:37 +0000 (19:54 +0200)
committerAaron Bauman <bman@gentoo.org>
Wed, 13 Jun 2018 21:14:59 +0000 (17:14 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8836

dev-cpp/tree/files/tree-2.65-gcc46.patch [deleted file]

diff --git a/dev-cpp/tree/files/tree-2.65-gcc46.patch b/dev-cpp/tree/files/tree-2.65-gcc46.patch
deleted file mode 100644 (file)
index d75b516..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
- tree.hh |    1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/tree.hh b/tree.hh
-index 1429da3..d780be3 100644
---- a/tree.hh
-+++ b/tree.hh
-@@ -71,6 +71,7 @@
- #include <set>
- #include <queue>
- #include <algorithm>
-+#include <cstddef>
- // HP-style construct/destroy have gone from the standard,
- // so here is a copy.