diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-06-22 23:45:36 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-06-23 01:32:46 +0200 |
commit | 184f4e40de0960deccad2147099ea232e5e036c3 (patch) | |
tree | dba860678d1c86d09fb65e8a08899624c39ee387 /src/libstore/globals.hh | |
parent | d3176ce076407ef3e63667c0436bccf8be317ae4 (diff) |
Remove NIX_LIBEXEC_DIR
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 9df1c999c..d7f351166 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -79,9 +79,6 @@ public: /* A list of user configuration files to load. */ std::vector<Path> nixUserConfFiles; - /* The directory where internal helper programs are stored. */ - Path nixLibexecDir; - /* The directory where the main programs are stored. */ Path nixBinDir; |