diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-03 18:03:04 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-08 09:32:37 +0200 |
commit | 108d88b3c17f3f0f11f555273a362f2467e524ab (patch) | |
tree | 17ded18af5b960c521d6425fcb2c43699640cbff /dev-libs/libe | |
parent | 7e6ce493a115713de0fa06a7082dcf93cdc16f7f (diff) | |
download | gentoo-108d88b3c17f3f0f11f555273a362f2467e524ab.tar.gz gentoo-108d88b3c17f3f0f11f555273a362f2467e524ab.tar.xz |
dev-libs/{...}: remove unused patches.
Closes: https://github.com/gentoo/gentoo/pull/2218
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-libs/libe')
-rw-r--r-- | dev-libs/libe/files/libe-getpid.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/libe/files/libe-getpid.patch b/dev-libs/libe/files/libe-getpid.patch deleted file mode 100644 index 4b4c9fdea82..00000000000 --- a/dev-libs/libe/files/libe-getpid.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -Naur libe-0.2.7/benchmarks/lockfree_hash_map.cc libe-0.2.7-new/benchmarks/lockfree_hash_map.cc ---- libe-0.2.7/benchmarks/lockfree_hash_map.cc 2011-10-12 04:02:24.000000000 +0200 -+++ libe-0.2.7-new/benchmarks/lockfree_hash_map.cc 2012-08-20 14:59:39.135789923 +0200 -@@ -30,6 +30,7 @@ - // C includes - #include <cstdlib> - #include <stdint.h> -+#include <unistd.h> - - // C++ - #include <iostream> -diff -Naur libe-0.2.7/benchmarks/lockfree_hash_set.cc libe-0.2.7-new/benchmarks/lockfree_hash_set.cc ---- libe-0.2.7/benchmarks/lockfree_hash_set.cc 2011-08-26 16:24:54.000000000 +0200 -+++ libe-0.2.7-new/benchmarks/lockfree_hash_set.cc 2012-08-20 15:00:37.877793998 +0200 -@@ -30,6 +30,7 @@ - // C includes - #include <cstdlib> - #include <stdint.h> -+#include <unistd.h> - - // C++ - #include <iostream> - |