aboutsummaryrefslogtreecommitdiffstats
path: root/community/doctest/fix-warning.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/doctest/fix-warning.patch')
-rw-r--r--community/doctest/fix-warning.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/doctest/fix-warning.patch b/community/doctest/fix-warning.patch
deleted file mode 100644
index a8c4442f4bf..00000000000
--- a/community/doctest/fix-warning.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/examples/all_features/stringification.cpp 2021-10-24 02:51:18.387049593 +0300
-+++ b/examples/all_features/stringification.cpp 2021-10-24 02:51:35.319213554 +0300
-@@ -103,9 +103,6 @@
- MyTypeInherited<int> bla1;
- bla1.one = 5;
- bla1.two = 4u;
-- MyTypeInherited<int> bla2;
-- bla2.one = 5;
-- bla2.two = 6u;
-
- Bar::Foo f1;
- Bar::Foo f2;