mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Remove deprecated code, add exception.hpp to single_header_generator.py script
This commit is contained in:
@@ -547,7 +547,6 @@ auto expect_unterminated_quote(Splitter& s, const std::string& line) {
|
||||
CHECK(s.unterminated_quote());
|
||||
return vec;
|
||||
} catch (ss::exception& e) {
|
||||
// TODO check if this is ok
|
||||
FAIL(std::string{e.what()});
|
||||
return decltype(s.split(buff(line.c_str()))){};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user