BACKENDS: Remove unused member in DefaultTimerManager.
Thanks to salty-horse for pointing this out.
This commit is contained in:
parent
b2ba37a039
commit
2678bcda98
2 changed files with 0 additions and 2 deletions
|
@ -59,7 +59,6 @@ void insertPrioQueue(TimerSlot *head, TimerSlot *newSlot) {
|
|||
|
||||
|
||||
DefaultTimerManager::DefaultTimerManager() :
|
||||
_timerHandler(0),
|
||||
_head(0) {
|
||||
|
||||
_head = new TimerSlot();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue