summaryrefslogtreecommitdiff
path: root/cpu/base_cpu.cc
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2004-04-02 23:19:08 -0800
committerSteve Reinhardt <stever@eecs.umich.edu>2004-04-02 23:19:08 -0800
commitb3b0a4705b27a192226e6f97dc78b97eec73613d (patch)
treecd9b639d0b147b1d5275f585eddc82b2326ad9ff /cpu/base_cpu.cc
parentae06629947fd3fb2140ed0393287dfaf4719b9eb (diff)
parent782fb42992076dfd88ffb7d0c4e689d1bb1220d8 (diff)
downloadgem5-b3b0a4705b27a192226e6f97dc78b97eec73613d.tar.xz
Merge
--HG-- extra : convert_revision : dadfa2cd97908d769f1e2d5c645140f296ec6a82
Diffstat (limited to 'cpu/base_cpu.cc')
-rw-r--r--cpu/base_cpu.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpu/base_cpu.cc b/cpu/base_cpu.cc
index 367662f25..e00de8389 100644
--- a/cpu/base_cpu.cc
+++ b/cpu/base_cpu.cc
@@ -237,10 +237,4 @@ BaseCPU::clear_interrupts()
#endif // FULL_SYSTEM
-//
-// This declaration is not needed now that SamplingCPU provides a
-// BaseCPUBuilder object.
-//
-#if 0
DEFINE_SIM_OBJECT_CLASS_NAME("BaseCPU", BaseCPU)
-#endif