| 92 | }; |
| 93 | |
| 94 | VariableSelectFilter::VariableSelectFilter(const CGContext &cg_context) |
| 95 | : cg_context_(cg_context) |
| 96 | { |
| 97 | |
| 98 | } |
| 99 | |
| 100 | VariableSelectFilter::~VariableSelectFilter() |
| 101 | { |
nothing calls this directly
no outgoing calls
no test coverage detected