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/source.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'odb/relational/source.cxx') diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx index 0eb3cd3..ceb8538 100644 --- a/odb/relational/source.cxx +++ b/odb/relational/source.cxx @@ -2911,11 +2911,6 @@ traverse_object (type& c) } } - // Generate embedded schema. - // - if (embedded_schema) - schema_->traverse (c); - // Generate function table registration for dynamic multi-database // support. // -- cgit v1.1