The "hostname" variable isn't used in the process classes. It should be removed from...
authorGabe Black <gblack@eecs.umich.edu>
Wed, 28 Feb 2007 16:29:25 +0000 (16:29 +0000)
committerGabe 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

index 2076f63393809e6ebee324011ba258912cd4cc1e..cb22f521bcc01cbefc6cc59d606a6426e97788e6 100644 (file)
@@ -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[];