Parcourir la source

[2375] cleanup: removed an unused function

JINMEI Tatuya il y a 12 ans
Parent
commit
d25ef0869f
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      src/lib/dns/tests/master_lexer_unittest.cc

+ 0 - 5
src/lib/dns/tests/master_lexer_unittest.cc

@@ -229,11 +229,6 @@ TEST_F(MasterLexerTest, ungetToken) {
               lexer.getNextToken(MasterLexer::QSTRING).getType());
               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 ungetting token without overriding the start method. We also
 // check it works well with changing options between the calls.
 // check it works well with changing options between the calls.
 TEST_F(MasterLexerTest, ungetRealOptions) {
 TEST_F(MasterLexerTest, ungetRealOptions) {