Skip to content
GitLab
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
abdb0ff5
Commit
abdb0ff5
authored
Apr 26, 2011
by
Michal 'vorner' Vaner
Browse files
[trac859] Remove unused class
parent
b9638547
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/resolve/recursive_query.cc
View file @
abdb0ff5
...
...
@@ -309,7 +309,7 @@ private:
}
send
();
}
}
// Send the current question to the given nameserver address
...
...
src/lib/resolve/tests/recursive_query_unittest.cc
View file @
abdb0ff5
...
...
@@ -353,12 +353,6 @@ protected:
private:
bool
*
done_
;
};
class
MockResolver
:
public
isc
::
resolve
::
ResolverInterface
{
void
resolve
(
const
QuestionPtr
&
question
,
const
ResolverInterface
::
CallbackPtr
&
callback
)
{
}
};
// This version of mock server just stops the io_service when it is resumed
// the second time. (Used in the clientTimeout test, where resume
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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