diff options
Diffstat (limited to 'cpu/beta_cpu/full_cpu.cc')
-rw-r--r-- | cpu/beta_cpu/full_cpu.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/beta_cpu/full_cpu.cc b/cpu/beta_cpu/full_cpu.cc index 3cf5d4aaa..8c2483630 100644 --- a/cpu/beta_cpu/full_cpu.cc +++ b/cpu/beta_cpu/full_cpu.cc @@ -1,6 +1,3 @@ -#ifndef __SIMPLE_FULL_CPU_CC__ -#define __SIMPLE_FULL_CPU_CC__ - #ifdef FULL_SYSTEM #include "sim/system.hh" #else @@ -528,5 +525,3 @@ FullBetaCPU<Impl>::wakeDependents(DynInstPtr &inst) // Forward declaration of FullBetaCPU. template class FullBetaCPU<AlphaSimpleImpl>; - -#endif // __SIMPLE_FULL_CPU_HH__ |