Skip to content

Commit dd642df

Browse files
committed
Remove leftover NullCmdLineLogger
1 parent 1322092 commit dd642df

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

test/testcppcheck.cpp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
#include "cmdlineparser.h"
2019
#include "color.h"
2120
#include "cppcheck.h"
2221
#include "errorlogger.h"
@@ -60,22 +59,6 @@ class TestCppcheck : public TestFixture {
6059
}
6160
};
6261

63-
class NullCmdLineLogger : public CmdLineLogger
64-
{
65-
public:
66-
void printMessage(const std::string &) override
67-
{
68-
}
69-
70-
void printError(const std::string &) override
71-
{
72-
}
73-
74-
void printRaw(const std::string &) override
75-
{
76-
}
77-
};
78-
7962
void run() override {
8063
TEST_CASE(getErrorMessages);
8164
TEST_CASE(checkWithFile);

0 commit comments

Comments
 (0)