aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r--src/libutil/util.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh
index 05cf777f1..92bdf50d3 100644
--- a/src/libutil/util.hh
+++ b/src/libutil/util.hh
@@ -55,10 +55,6 @@ typedef list<Path> Paths;
typedef set<Path> PathSet;
-/* The canonical system name, as returned by config.guess. */
-extern string thisSystem;
-
-
/* Return an environment variable. */
string getEnv(const string & key, const string & def = "");