| 3655 | } |
| 3656 | |
| 3657 | lines_t get_lines(unsigned line_start, unsigned line_count) { |
| 3658 | lines_t lines; |
| 3659 | return get_lines(line_start, line_count, lines); |
| 3660 | } |
| 3661 | |
| 3662 | // there is no find_if_not in C++98, lets do something crappy to |
| 3663 | // workaround. |
no outgoing calls
no test coverage detected