From d25ef0869fccbb9d07644c80d369a31376dba6d0 Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Mon, 26 Nov 2012 15:55:37 +0900 Subject: [PATCH] [2375] cleanup: removed an unused function --- src/lib/dns/tests/master_lexer_unittest.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/dns/tests/master_lexer_unittest.cc b/src/lib/dns/tests/master_lexer_unittest.cc index bb2def621e..7bdc76f784 100644 --- a/src/lib/dns/tests/master_lexer_unittest.cc +++ b/src/lib/dns/tests/master_lexer_unittest.cc @@ -229,11 +229,6 @@ TEST_F(MasterLexerTest, ungetToken) { lexer.getNextToken(MasterLexer::QSTRING).getType()); } -void -checkInput(const std::string& expected, const std::string& received) { - EXPECT_EQ(expected, received); -} - // Check ungetting token without overriding the start method. We also // check it works well with changing options between the calls. TEST_F(MasterLexerTest, ungetRealOptions) {