aboutsummaryrefslogtreecommitdiff
path: root/bdep/database.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-09 15:06:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-09 15:06:27 +0200
commitd304762e4338b4a055e2be018205a00c2ca9ee2f (patch)
tree252a4aa70118135e589095442fb4df3879c96eb0 /bdep/database.hxx
parentdf5e58e6e5eb2727a185bf9a98a462c18fa3a83d (diff)
Support for resolving and adding configurations
Diffstat (limited to 'bdep/database.hxx')
-rw-r--r--bdep/database.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/bdep/database.hxx b/bdep/database.hxx
index 76642bf..d90f88d 100644
--- a/bdep/database.hxx
+++ b/bdep/database.hxx
@@ -24,9 +24,6 @@ namespace bdep
using odb::result;
using odb::session;
- using odb::sqlite::database;
- using odb::sqlite::transaction;
-
database
open (const dir_path& project, tracer&, bool create = false);