From 10e1c1963096586b484988958539756385ce2c35 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2011 12:36:25 +0200 Subject: Get rid of special tracer database The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged. --- odb/context.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'odb/context.cxx') diff --git a/odb/context.cxx b/odb/context.cxx index 2e96ba9..9842a22 100644 --- a/odb/context.cxx +++ b/odb/context.cxx @@ -128,11 +128,6 @@ create_context (ostream& os, r.reset (new relational::sqlite::context (os, unit, ops, m)); break; } - case database::tracer: - { - r.reset (new context (os, unit, ops)); - break; - } } return r; -- cgit v1.1