2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[2375] cleanup: removed an unused function

This commit is contained in:
JINMEI Tatuya
2012-11-26 15:55:37 +09:00
parent b3bcbf0497
commit d25ef0869f

View File

@@ -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) {