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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user