aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/inline.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-06 15:19:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-06 15:19:33 +0200
commit7cd11b5f604c7d786261568aa31cd2ae3638f61e (patch)
tree5a6f1473199b99ffafc648a916322bda117d147e /odb/relational/inline.hxx
parent826c0d63d439c59880f1d9588427199877d98c8b (diff)
Cleanup dead code
Diffstat (limited to 'odb/relational/inline.hxx')
-rw-r--r--odb/relational/inline.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/odb/relational/inline.hxx b/odb/relational/inline.hxx
index 0c37d33..78078eb 100644
--- a/odb/relational/inline.hxx
+++ b/odb/relational/inline.hxx
@@ -366,15 +366,6 @@ namespace relational
virtual void
traverse_composite (type&)
{
- /*
- string const& type (c.fq_name ());
- string traits ("access::composite_value_traits< " + type + " >");
-
- os << "// " << c.name () << endl
- << "//" << endl
- << endl;
-
- */
}
private: