aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/header.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-16 13:45:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-16 13:45:31 +0200
commit2a2a9d9efb9209d3b251b62bf347df1dbb8dfae5 (patch)
treed98722760833c7b01bc52242a81dcf62a2560a26 /odb/relational/header.cxx
parent808f6cc2d9c25da6dbacf44cbe045a64a5596673 (diff)
Simplify query inheritance hierarchy
This should also allow Sun CC handle queries for objects with circular dependencies.
Diffstat (limited to 'odb/relational/header.cxx')
-rw-r--r--odb/relational/header.cxx4
1 files changed, 0 insertions, 4 deletions
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;";
}
//