aboutsummaryrefslogtreecommitdiff
path: root/src/globals.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-10-20 09:20:11 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-10-20 09:20:11 +0000
commit53e376d836133a660223198c7bb8308fb912375e (patch)
tree92d5e5381b9bfafd2a79d3efdec71f14edb798d9 /src/globals.cc
parent0eab306466fdb186c692521dd1f2b949e56c54da (diff)
* Refactored the source tree.
Diffstat (limited to 'src/globals.cc')
-rw-r--r--src/globals.cc8
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;