aboutsummaryrefslogtreecommitdiff
path: root/odb/option-types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/option-types.hxx')
-rw-r--r--odb/option-types.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/option-types.hxx b/odb/option-types.hxx
index 683095d..60d602a 100644
--- a/odb/option-types.hxx
+++ b/odb/option-types.hxx
@@ -17,8 +17,7 @@ struct database
mysql,
oracle,
pgsql,
- sqlite,
- tracer
+ sqlite
};
database (value v = value (0)) : v_ (v) {}