diff options
Diffstat (limited to 'cpu/beta_cpu/decode_impl.hh')
-rw-r--r-- | cpu/beta_cpu/decode_impl.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/beta_cpu/decode_impl.hh b/cpu/beta_cpu/decode_impl.hh index dd51f564d..9d88f94ac 100644 --- a/cpu/beta_cpu/decode_impl.hh +++ b/cpu/beta_cpu/decode_impl.hh @@ -1,6 +1,3 @@ -#ifndef __SIMPLE_DECODE_CC__ -#define __SIMPLE_DECODE_CC__ - #include "cpu/beta_cpu/decode.hh" template<class Impl> @@ -392,5 +389,3 @@ SimpleDecode<Impl>::decode() numInst = 0; } - -#endif // __SIMPLE_DECODE_CC__ |