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 --- 1 file changed, 3 deletions(-) (limited to 'src/libutil/util.cc') diff --git a/src/libutil/util.cc b/src/libutil/util.cc index 973443cf1..9e3e0bae2 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(); -- cgit v1.2.3