| 32 | #endif |
| 33 | |
| 34 | Preprocessor::Preprocessor() |
| 35 | : _preprocessed( nullptr ) |
| 36 | , _statistics( NULL ) |
| 37 | , _lowerBounds( NULL ) |
| 38 | , _upperBounds( NULL ) |
| 39 | { |
| 40 | } |
| 41 | |
| 42 | Preprocessor::~Preprocessor() |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected