aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r--src/libstore/local-store.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index 1a4acbe0e..ec0b482ea 100644
--- a/src/libstore/local-store.hh
+++ b/src/libstore/local-store.hh
@@ -191,9 +191,6 @@ private:
/* Lock file used for upgrading. */
AutoCloseFD globalLock;
- /* Whether to do an fsync() after writing Nix metadata. */
- bool doFsync;
-
/* The SQLite database object. */
SQLite db;