| 36 | class screentask *screentask::instance = nullptr; |
| 37 | |
| 38 | void stattask::initialize() |
| 39 | { |
| 40 | assert(!instance); |
| 41 | if (dumpInFile || useCountf || useErrorCodesf) { |
| 42 | instance = new stattask(); |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | void screentask::initialize() |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected