projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae4cae
)
The "hostname" variable isn't used in the process classes. It should be removed from...
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 28 Feb 2007 16:29:25 +0000
(16:29 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 28 Feb 2007 16:29:25 +0000
(16:29 +0000)
--HG--
extra : convert_revision :
0c07534de42d6c32ac26d9e43709111e3ab30d57
src/arch/alpha/linux/process.hh
patch
|
blob
|
history
diff --git
a/src/arch/alpha/linux/process.hh
b/src/arch/alpha/linux/process.hh
index 2076f63393809e6ebee324011ba258912cd4cc1e..cb22f521bcc01cbefc6cc59d606a6426e97788e6 100644
(file)
--- 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[];