Searched refs:comment_pos (Results 1 – 1 of 1) sorted by relevance
44 std::size_t comment_pos = str.find_first_of(';'); in get_clean_line() local45 if (comment_pos != std::string::npos) in get_clean_line()47 str.erase(comment_pos); in get_clean_line()