summaryrefslogtreecommitdiff
path: root/odb/generator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/generator.cxx')
-rw-r--r--odb/generator.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/odb/generator.cxx b/odb/generator.cxx
index 2262165..26efedf 100644
--- a/odb/generator.cxx
+++ b/odb/generator.cxx
@@ -524,12 +524,6 @@ generate (options const& ops,
//
throw failed ();
}
- catch (regex_format const& e)
- {
- cerr << "error: invalid regex: '" << e.regex () << "': " <<
- e.description () << endl;
- throw failed ();
- }
catch (semantics::invalid_path const& e)
{
cerr << "error: '" << e.path () << "' is not a valid filesystem path"