aboutsummaryrefslogtreecommitdiff
path: root/odb/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.cxx')
-rw-r--r--odb/context.cxx5
1 files changed, 0 insertions, 5 deletions
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;