about summary refs log tree commit diff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-04T16·00+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-04T16·00+0200
commitd5a076c36f6588366fd9766c1054807bbbfd8559 (patch)
treea22f662fca27e2ae43bf87aa5c81288cd704a538 /src/libstore/globals.hh
parent4d73e2e893850d032770373b026854228c61dc8e (diff)
Add option ‘build-extra-chroot-dirs’
This is useful for extending (rather than overriding) the default set
of chroot paths.
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index d16969c9e010..c3baca2046a3 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -144,10 +144,6 @@ struct Settings {
     /* Whether to build in chroot. */
     bool useChroot;
 
-    /* The directories from the host filesystem to be included in the
-       chroot. */
-    StringSet dirsInChroot;
-
     /* Set of ssh connection strings for the ssh substituter */
     Strings sshSubstituterHosts;