summaryrefslogtreecommitdiff
path: root/odb/relational/header.cxx
diff options
context:
space:
mode:
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;";
}
//