diff options
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 4 |
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; |