| 19 | #include "Options.h" |
| 20 | |
| 21 | OptionParser::OptionParser() |
| 22 | { |
| 23 | // This constructor should not be called |
| 24 | ASSERT( false ); |
| 25 | } |
| 26 | |
| 27 | OptionParser::OptionParser( Map<unsigned, bool> *boolOptions, |
| 28 | Map<unsigned, int> *intOptions, |
nothing calls this directly
no outgoing calls
no test coverage detected