diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-02-28 16:29:25 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-02-28 16:29:25 +0000 |
commit | 99948060b2863b37c0db5e6b609ff7ff30de6d1b (patch) | |
tree | 81b746d058ad372c97beb24fd908d18c9d1e2ae1 /src/arch/alpha/linux | |
parent | 6ae4cae971790f2e6e938c80be46f351a4a87e4c (diff) | |
download | gem5-99948060b2863b37c0db5e6b609ff7ff30de6d1b.tar.xz |
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
Diffstat (limited to 'src/arch/alpha/linux')
-rw-r--r-- | src/arch/alpha/linux/process.hh | 3 |
1 files changed, 0 insertions, 3 deletions
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[]; |