Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
d25ef086
Commit
d25ef086
authored
Nov 26, 2012
by
JINMEI Tatuya
Browse files
[2375] cleanup: removed an unused function
parent
b3bcbf04
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/master_lexer_unittest.cc
View file @
d25ef086
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment