From 37cad6c86aca85b1cf571d244047c0f311d69643 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Oct 2011 15:19:23 +0200 Subject: Work around bug in Sun CC --- odb/pgsql/query.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'odb/pgsql/query.cxx') diff --git a/odb/pgsql/query.cxx b/odb/pgsql/query.cxx index 9fcaa04..b32959e 100644 --- a/odb/pgsql/query.cxx +++ b/odb/pgsql/query.cxx @@ -26,8 +26,6 @@ namespace odb // query // - const query query::true_expr (true); - query:: query (const query& q) : clause_ (q.clause_), -- cgit v1.1