diff options
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/types.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/x86/types.hh b/src/arch/x86/types.hh index 4641141d3..8b1469c2d 100644 --- a/src/arch/x86/types.hh +++ b/src/arch/x86/types.hh @@ -278,9 +278,6 @@ namespace X86ISA } }; - struct CoreSpecific { - int core_type; - }; }; namespace __hash_namespace { |