summaryrefslogtreecommitdiff
path: root/odb/sqlite/query-const-expr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/query-const-expr.cxx')
-rw-r--r--odb/sqlite/query-const-expr.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/odb/sqlite/query-const-expr.cxx b/odb/sqlite/query-const-expr.cxx
deleted file mode 100644
index c8eaec7..0000000
--- a/odb/sqlite/query-const-expr.cxx
+++ /dev/null
@@ -1,14 +0,0 @@
-// file : odb/sqlite/query-const-expr.cxx
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#include <odb/sqlite/query.hxx>
-
-namespace odb
-{
- namespace sqlite
- {
- // Sun CC cannot handle this in query.cxx.
- //
- const query_base query_base::true_expr (true);
- }
-}