Replace obsolete OncePerSecond with DeadlineTimer

This commit is contained in:
Vinnie Falco
2013-09-05 04:29:48 -07:00
parent 04d039eddd
commit 86793468de
6 changed files with 10 additions and 21 deletions

View File

@@ -213,7 +213,6 @@ namespace beast
#include "thread/impl/TrackedMutex.cpp"
#include "thread/beast_DeadlineTimer.cpp"
#include "thread/beast_OncePerSecond.cpp"
#include "thread/beast_InterruptibleThread.cpp"
#include "thread/beast_Semaphore.cpp"
#include "thread/beast_CallQueue.cpp"