| 593 | } |
| 594 | |
| 595 | static void resetFilters(color_ostream &out) { |
| 596 | DEBUG(control,out).print("entering resetFilters\n"); |
| 597 | reset_filters(out); |
| 598 | } |
| 599 | |
| 600 | static void setIgnoreBurrow(color_ostream &out, string burrow_name){ |
| 601 | DEBUG(control,out).print("entering setIgnoreBurrow\n"); |
nothing calls this directly
no test coverage detected