aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-03 15:19:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-03 15:19:22 +0200
commit5c69154cf32d8b2c7c760222adccdce6e66acfd9 (patch)
tree2200abf82d15541a106979626ba12ef5a68e5c31 /odb/sqlite/query.cxx
parent16aa8be08a69482d6208bdc9257facc13347a6cd (diff)
Work around bug in Sun CC1.6.01.6
Diffstat (limited to 'odb/sqlite/query.cxx')
-rw-r--r--odb/sqlite/query.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/odb/sqlite/query.cxx b/odb/sqlite/query.cxx
index c3fd31e..222805b 100644
--- a/odb/sqlite/query.cxx
+++ b/odb/sqlite/query.cxx
@@ -128,10 +128,6 @@ namespace odb
// query
//
- // query
- //
- const query query::true_expr (true);
-
query::
query (const query& q)
: clause_ (q.clause_),