From 5ebd62ec778bc8c9540e2379e764ac52c060adfc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Apr 2013 10:03:32 +0200 Subject: Generate embedded schema in single function instead of one per object --- odb/relational/schema.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'odb/relational/schema.cxx') diff --git a/odb/relational/schema.cxx b/odb/relational/schema.cxx index 0586e06..2cf1a4c 100644 --- a/odb/relational/schema.cxx +++ b/odb/relational/schema.cxx @@ -6,8 +6,6 @@ #include #include -#include - #include #include @@ -17,10 +15,6 @@ namespace relational { namespace schema { - // cxx_object - // - schema_format cxx_object::format_embedded (schema_format::embedded); - void generate_prologue () { -- cgit v1.1