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 /sim | |
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 'sim')
-rw-r--r-- | sim/process.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/process.cc b/sim/process.cc index f02ca8bfd..df76e4ddc 100644 --- a/sim/process.cc +++ b/sim/process.cc @@ -44,7 +44,6 @@ #include "encumbered/eio/eio.hh" #include "encumbered/mem/functional/main.hh" #include "sim/builder.hh" -#include "sim/fake_syscall.hh" #include "sim/process.hh" #include "sim/stats.hh" #include "sim/syscall_emul.hh" |