This exists just so that the compiler/linker needs to include * CommandExecutor's code, since otherwise it would be unused. */
| 63 | /* This exists just so that the compiler/linker needs to include |
| 64 | * CommandExecutor's code, since otherwise it would be unused. */ |
| 65 | void doNothing() |
| 66 | { |
| 67 | CommandExecutor e; |
| 68 | CodeTester c; |
| 69 | } |
| 70 |