From 5c69154cf32d8b2c7c760222adccdce6e66acfd9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Oct 2011 15:19:22 +0200 Subject: Work around bug in Sun CC --- odb/sqlite/query.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'odb/sqlite/query.cxx') 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_), -- cgit v1.1