| 3796 | } |
| 3797 | |
| 3798 | lines_t get_lines(unsigned line_start, unsigned line_count) |
| 3799 | { |
| 3800 | lines_t lines; |
| 3801 | return get_lines(line_start, line_count, lines); |
| 3802 | } |
| 3803 | |
| 3804 | // there is no find_if_not in C++98, lets do something crappy to |
| 3805 | // workaround. |
no outgoing calls
no test coverage detected