aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/inline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/inline.hxx')
-rw-r--r--odb/relational/inline.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/odb/relational/inline.hxx b/odb/relational/inline.hxx
index 95b4328..d1a4393 100644
--- a/odb/relational/inline.hxx
+++ b/odb/relational/inline.hxx
@@ -235,12 +235,6 @@ namespace relational
bool versioned (context::versioned (c));
- // Schema name as a string literal or empty.
- //
- string schema_name (options.schema_name ()[db]);
- if (!schema_name.empty ())
- schema_name = strlit (schema_name);
-
string const& type (class_fq_name (c));
string traits ("access::object_traits_impl< " + type + ", id_" +
db.string () + " >");