diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2012-01-30 03:44:25 -0500 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2012-01-30 03:44:25 -0500 |
commit | ef9fc010736df313fbc7acaea3a9b0e2fee33955 (patch) | |
tree | 4a08e51a3e93c250f0cc0533a41e4d6eb3db1428 /src/cpu/o3/thread_context.hh | |
parent | ce336fae6a2c89310038d6fdd80902b771cf7ffa (diff) | |
download | gem5-ef9fc010736df313fbc7acaea3a9b0e2fee33955.tar.xz |
MEM: Clean-up of Functional/Virtual/TranslatingPort remnants
This patch cleans up forward declarations and a member-function
prototype that still referred to the old FunctionalPort, VirtualPort
and TranslatingPort. There is no change in functionality.
Diffstat (limited to 'src/cpu/o3/thread_context.hh')
-rwxr-xr-x | src/cpu/o3/thread_context.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/o3/thread_context.hh b/src/cpu/o3/thread_context.hh index 6ac745770..0205c63ef 100755 --- a/src/cpu/o3/thread_context.hh +++ b/src/cpu/o3/thread_context.hh @@ -40,8 +40,6 @@ namespace Kernel { class Statistics; }; -class TranslatingPort; - /** * Derived ThreadContext class for use with the O3CPU. It * provides the interface for any external objects to access a |