diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-03-07T22·55+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-03-07T22·55+0100 |
commit | 28bba8c44f484eae38e8a15dcec73cfa999156f6 (patch) | |
tree | f5e009a14192dc56a741703d08c622cf7236dc5b /src/libstore/globals.hh | |
parent | 8057a192e3254c936fa0bcb5715e09600a28e8f8 (diff) |
Prevent config.h from being clobbered
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index f129d9a11edc..be287698c6c8 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -50,9 +50,6 @@ struct Settings { /* The directory where the main programs are stored. */ Path nixBinDir; - /* File name of the socket the daemon listens to. */ - Path nixDaemonSocketFile; - /* Whether to keep temporary directories of failed builds. */ bool keepFailed; |