| 54 | |
| 55 | |
| 56 | void TimerList::End( |
| 57 | const ABTimerType groupno, |
| 58 | const unsigned timerno) |
| 59 | { |
| 60 | if (groupno >= TIMER_NO_SIZE) |
| 61 | return; |
| 62 | timerGroups[groupno].End(timerno); |
| 63 | } |
| 64 | |
| 65 | |
| 66 | bool TimerList::Used() const |
nothing calls this directly
no outgoing calls
no test coverage detected