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
Sebastian Schrader
Kea
Commits
e47176e6
Commit
e47176e6
authored
Sep 22, 2015
by
Marcin Siodelski
Browse files
[master] Removed extraneous variable.
Reviewed on jabber.
parent
7bba4a71
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/timer_mgr_unittest.cc
View file @
e47176e6
...
...
@@ -291,8 +291,6 @@ TEST_F(TimerMgrTest, unregisterTimers) {
// This test checks that it is not possible to unregister timers
// while the thread is running.
TEST_F
(
TimerMgrTest
,
unregisterTimerWhileRunning
)
{
const
TimerMgrPtr
&
timer_mgr
=
TimerMgr
::
instance
();
// Register two timers.
ASSERT_NO_FATAL_FAILURE
(
registerTimer
(
"timer1"
,
1
));
ASSERT_NO_FATAL_FAILURE
(
registerTimer
(
"timer2"
,
1
));
...
...
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