summaryrefslogtreecommitdiff
path: root/odb/relational/schema.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-09 10:03:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:45 +0200
commit5ebd62ec778bc8c9540e2379e764ac52c060adfc (patch)
treeb751e62fe12599ee1a2553dc9331a03c8c957252 /odb/relational/schema.cxx
parent8295d4bd02946b7bdbff2a9cfa7763232e2d2fd0 (diff)
Generate embedded schema in single function instead of one per object
Diffstat (limited to 'odb/relational/schema.cxx')
-rw-r--r--odb/relational/schema.cxx6
1 files changed, 0 insertions, 6 deletions
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 <limits>
#include <sstream>
-#include <odb/emitter.hxx>
-
#include <odb/relational/schema.hxx>
#include <odb/relational/generate.hxx>
@@ -17,10 +15,6 @@ namespace relational
{
namespace schema
{
- // cxx_object
- //
- schema_format cxx_object::format_embedded (schema_format::embedded);
-
void
generate_prologue ()
{