diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-11-20 17:50:06 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-11-23 00:21:59 +0100 |
commit | faba55bcfc29953b01163e3c8a7864b13fc3c624 (patch) | |
tree | 6f11f239e398912283a03aaa348f1d483c5a0877 /dev-util | |
parent | dev-php/libvirt-php: remove unused patch(es) (diff) | |
download | gentoo-faba55bcfc29953b01163e3c8a7864b13fc3c624.tar.gz gentoo-faba55bcfc29953b01163e3c8a7864b13fc3c624.tar.bz2 gentoo-faba55bcfc29953b01163e3c8a7864b13fc3c624.zip |
dev-util/include-what-you-use: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch b/dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch deleted file mode 100644 index 4d63e0c1530a..000000000000 --- a/dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 0c4577fc5796b2824da5629f77bf6bf6bdcd4823 Mon Sep 17 00:00:00 2001 -From: Florian Schmaus <flo@geekplace.eu> -Date: Sat, 29 Apr 2023 20:12:00 +0200 -Subject: [PATCH] tests/cxx/badinc.cc: remove stddef from expected output - ---- a/tests/cxx/badinc.cc -+++ b/tests/cxx/badinc.cc -@@ -1415,7 +1415,6 @@ int main() { - typeof(kI1ConstInt) another_const_int = 1; - (void)(another_const_int); - // This is a C standard macro, but is implemented via a gcc extension too. -- // IWYU: offsetof is...*<stddef.h> - // IWYU: I1_Struct is...*badinc-i1.h - (void)(offsetof(I1_Struct, c)); - // IWYU: kI1ConstInt is...*badinc-i1.h -@@ -1807,7 +1806,6 @@ int main() { - - tests/cxx/badinc.cc should add these lines: - #include <ctype.h> --#include <stddef.h> - #include <list> - #include "tests/cxx/badinc-i1.h" - class D2_Class; -@@ -1836,7 +1834,6 @@ The full include-list for tests/cxx/badinc.cc: - #include "tests/cxx/badinc-inl.h" - #include <ctype.h> // for isascii - #include <setjmp.h> --#include <stddef.h> // for offsetof - #include <algorithm> // for find - #include <fstream> // for fstream - #include <list> // for list --- -2.39.2 - |