From d51aede4afeb49182879f257b56394b70938028f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 6 Jul 2006 15:30:37 +0000 Subject: * Allow the canonical system name to be specified at runtime in the Nix config file. --- src/libutil/util.cc | 3 --- src/libutil/util.hh | 4 ---- 2 files changed, 7 deletions(-) (limited to 'src/libutil') diff --git a/src/libutil/util.cc b/src/libutil/util.cc index 973443cf1380..9e3e0bae20df 100644 --- a/src/libutil/util.cc +++ b/src/libutil/util.cc @@ -16,9 +16,6 @@ #include "util.hh" -string thisSystem = SYSTEM; - - Error::Error(const format & f) { err = f.str(); diff --git a/src/libutil/util.hh b/src/libutil/util.hh index 05cf777f1eb6..92bdf50d31f7 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -55,10 +55,6 @@ typedef list Paths; typedef set 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 = ""); -- cgit 1.4.1