aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/db.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/db.hh')
-rw-r--r--src/libstore/db.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/db.hh b/src/libstore/db.hh
index b962d77bc..76afc1d3b 100644
--- a/src/libstore/db.hh
+++ b/src/libstore/db.hh
@@ -48,9 +48,6 @@ class Database
private:
DbEnv * env;
- int fdLock;
- int fdAccessors;
-
TableId nextId;
map<TableId, Db *> tables;