aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 65f763ace..3194193bc 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -51,9 +51,6 @@ struct Settings {
/* The directory where state is stored. */
Path nixStateDir;
- /* The directory where we keep the SQLite database. */
- Path nixDBPath;
-
/* The directory where configuration files are stored. */
Path nixConfDir;