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/header.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'odb/relational/header.cxx') diff --git a/odb/relational/header.cxx b/odb/relational/header.cxx index bc63655..04a73a2 100644 --- a/odb/relational/header.cxx +++ b/odb/relational/header.cxx @@ -544,15 +544,6 @@ traverse_object (type& c) } } - // create_schema () - // - if (embedded_schema || separate_schema) - { - os << "static bool" << endl - << "create_schema (database&, unsigned short pass, bool drop);" - << endl; - } - object_public_extra_post (c); // Implementation details. -- cgit v1.1