diff options
| author | Alan Conway <aconway@apache.org> | 2012-12-19 21:22:13 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-12-19 21:22:13 +0000 |
| commit | 4c931c5767b856808c612c944e76ce7d991a6a33 (patch) | |
| tree | 27059ad3bd30b1bfd42a65fe0aed056b366ab038 /cpp/src/qpid/sys/Timer.cpp | |
| parent | e01df645b4e6604b9cfa0b43ad2c155a43dd05ec (diff) | |
| download | qpid-python-4c931c5767b856808c612c944e76ce7d991a6a33.tar.gz | |
QPID-4514: Remove obsolete cluster code: ManagementAgent, Timer, doc
WIP: rip out old cluster code, misc.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1424118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/Timer.cpp')
| -rw-r--r-- | cpp/src/qpid/sys/Timer.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/qpid/sys/Timer.cpp b/cpp/src/qpid/sys/Timer.cpp index 83d1a5260b..6947c787b4 100644 --- a/cpp/src/qpid/sys/Timer.cpp +++ b/cpp/src/qpid/sys/Timer.cpp @@ -96,12 +96,6 @@ void TimerTask::cancel() { state = CANCELLED; } -void TimerTask::setFired() { - // Set nextFireTime to just before now, making readyToFire() true. - nextFireTime = AbsTime(sys::now(), Duration(-1)); -} - - Timer::Timer() : active(false), late(50 * TIME_MSEC), |
