| 122 | } |
| 123 | |
| 124 | WinConsole::~WinConsole() |
| 125 | { |
| 126 | Process::remove(this, &WinConsole::process); |
| 127 | Con::removeConsumer(winConsoleConsumer); |
| 128 | } |
| 129 | |
| 130 | void WinConsole::printf(const char *s, ...) |
| 131 | { |
nothing calls this directly
no test coverage detected