From 7cd11b5f604c7d786261568aa31cd2ae3638f61e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 Jan 2012 15:19:33 +0200 Subject: Cleanup dead code --- odb/relational/inline.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'odb/relational/inline.hxx') 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: -- cgit v1.1