diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-03-12 01:05:01 -0500 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-03-12 01:05:01 -0500 |
commit | 918b3f59c2822605e8959fb7195c3da59baaa528 (patch) | |
tree | 9cf3121819feb31a190a2f02cd9e617cd90373c6 /arch/alpha/tru64 | |
parent | 9ca03a2183350783d61499c3975f68d95fa4fcbd (diff) | |
download | gem5-918b3f59c2822605e8959fb7195c3da59baaa528.tar.xz |
Get rid of obsolete header that had only one declaration of
an obsolete function that doesn't exist.
arch/alpha/tru64/process.cc:
sim/process.cc:
Don't include useless header.
--HG--
extra : convert_revision : 1dd5edeb0703e2190b89ea5ff563df4c95b7cf59
Diffstat (limited to 'arch/alpha/tru64')
-rw-r--r-- | arch/alpha/tru64/process.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/tru64/process.cc b/arch/alpha/tru64/process.cc index c3a203587..ae83bb649 100644 --- a/arch/alpha/tru64/process.cc +++ b/arch/alpha/tru64/process.cc @@ -31,7 +31,6 @@ #include "cpu/exec_context.hh" #include "kern/tru64/tru64.hh" #include "mem/functional/functional.hh" -#include "sim/fake_syscall.hh" #include "sim/process.hh" #include "sim/syscall_emul.hh" |