From 2a2a9d9efb9209d3b251b62bf347df1dbb8dfae5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Jul 2012 13:45:31 +0200 Subject: Simplify query inheritance hierarchy This should also allow Sun CC handle queries for objects with circular dependencies. --- odb/relational/header.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'odb/relational/header.cxx') diff --git a/odb/relational/header.cxx b/odb/relational/header.cxx index 987da38..538962b 100644 --- a/odb/relational/header.cxx +++ b/odb/relational/header.cxx @@ -453,10 +453,6 @@ traverse_object (type& c) // os << "typedef " << db << "::query query_base_type;" << endl; - - // query_type - // - os << "struct query_type;"; } // -- cgit v1.1