diff options
Diffstat (limited to 'external/cppunit/gcc9.patch.0')
-rw-r--r-- | external/cppunit/gcc9.patch.0 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/external/cppunit/gcc9.patch.0 b/external/cppunit/gcc9.patch.0 deleted file mode 100644 index b05725ac09f2..000000000000 --- a/external/cppunit/gcc9.patch.0 +++ /dev/null @@ -1,11 +0,0 @@ ---- include/cppunit/extensions/TestSuiteBuilderContext.h -+++ include/cppunit/extensions/TestSuiteBuilderContext.h -@@ -37,6 +37,8 @@ - TestSuiteBuilderContextBase( TestSuite &suite, - const TestNamer &namer, - TestFixtureFactory &factory ); -+ -+ TestSuiteBuilderContextBase(TestSuiteBuilderContextBase const &) = default; - - virtual ~TestSuiteBuilderContextBase(); - |