From ecf31f6252c7c02935a6ce174d6700beb3f0b7fa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Mar 2011 11:23:35 +0200 Subject: Move type processor to relational/ --- odb/generator.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'odb/generator.cxx') diff --git a/odb/generator.cxx b/odb/generator.cxx index e0187d6..eaad179 100644 --- a/odb/generator.cxx +++ b/odb/generator.cxx @@ -18,8 +18,6 @@ #include #include -#include - #include #include #include @@ -29,6 +27,7 @@ #include #include +#include #include @@ -122,14 +121,12 @@ generate (options const& ops, semantics::unit& unit, path const& p) } case database::tracer: { - // Do not assign database types for tracer. - // break; } } if (ctx.get () != 0) - process_types (*ctx); + relational::process_types (); } // Output files. -- cgit v1.1