summaryrefslogtreecommitdiff
path: root/external/cppunit/coverity.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/cppunit/coverity.patch')
-rw-r--r--external/cppunit/coverity.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/external/cppunit/coverity.patch b/external/cppunit/coverity.patch
deleted file mode 100644
index 34c1c2990b3e..000000000000
--- a/external/cppunit/coverity.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- misc/cppunit-1.13.1/src/cppunit/Asserter.cpp
-+++ misc/build/cppunit-1.13.1/src/cppunit/Asserter.cpp
-@@ -6,6 +6,7 @@
- CPPUNIT_NS_BEGIN
-
-
-+// coverity[+kill]
- void
- Asserter::fail( std::string message,
- const SourceLine &sourceLine )
-@@ -13,7 +14,7 @@
- fail( Message( "assertion failed", message ), sourceLine );
- }
-
--
-+// coverity[+kill]
- void
- Asserter::fail( const Message &message,
- const SourceLine &sourceLine )