| 554 | // |
| 555 | |
| 556 | InputFilter::Rule::Rule(Condition *adoptedCondition) : m_condition(adoptedCondition) |
| 557 | { |
| 558 | // do nothing |
| 559 | } |
| 560 | |
| 561 | InputFilter::Rule::Rule(const Rule &rule) |
| 562 | { |
nothing calls this directly
no outgoing calls
no test coverage detected