diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20 09:20:11 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20 09:20:11 +0000 |
commit | 53e376d836133a660223198c7bb8308fb912375e (patch) | |
tree | 92d5e5381b9bfafd2a79d3efdec71f14edb798d9 /src/globals.cc | |
parent | 0eab306466fdb186c692521dd1f2b949e56c54da (diff) |
* Refactored the source tree.
Diffstat (limited to 'src/globals.cc')
-rw-r--r-- | src/globals.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/globals.cc b/src/globals.cc deleted file mode 100644 index a292b49ae..000000000 --- a/src/globals.cc +++ /dev/null @@ -1,8 +0,0 @@ -#include "globals.hh" - -string nixStore = "/UNINIT"; -string nixDataDir = "/UNINIT"; -string nixLogDir = "/UNINIT"; -string nixDBPath = "/UNINIT"; - -bool keepFailed = false; |