From: Gabe Black Date: Wed, 28 Feb 2007 16:29:25 +0000 (+0000) Subject: The "hostname" variable isn't used in the process classes. It should be removed from... X-Git-Tag: m5_2.0_beta3~139^2~8^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99948060b2863b37c0db5e6b609ff7ff30de6d1b;p=gem5.git The "hostname" variable isn't used in the process classes. It should be removed from the other ones as well. --HG-- extra : convert_revision : 0c07534de42d6c32ac26d9e43709111e3ab30d57 --- diff --git a/src/arch/alpha/linux/process.hh b/src/arch/alpha/linux/process.hh index 2076f6339..cb22f521b 100644 --- a/src/arch/alpha/linux/process.hh +++ b/src/arch/alpha/linux/process.hh @@ -53,9 +53,6 @@ class AlphaLinuxProcess : public AlphaLiveProcess virtual SyscallDesc* getDesc(int callnum); - /// The target system's hostname. - static const char *hostname; - /// Array of syscall descriptors, indexed by call number. static SyscallDesc syscallDescs[];