diff options
Diffstat (limited to 'src/arch/riscv/system.hh')
-rw-r--r-- | src/arch/riscv/system.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/riscv/system.hh b/src/arch/riscv/system.hh index 85b8d6a4b..7bff5cd45 100644 --- a/src/arch/riscv/system.hh +++ b/src/arch/riscv/system.hh @@ -38,7 +38,6 @@ #include <string> #include <vector> -#include "base/loader/hex_file.hh" #include "base/loader/symtab.hh" #include "cpu/pc_event.hh" #include "kern/system_events.hh" @@ -80,9 +79,6 @@ class RiscvSystem : public System /** Object pointer for the console code */ ObjectFile *console; - /** Used by some Bare Iron Configurations */ - HexFile *hexFile; - #ifndef NDEBUG /** Event to halt the simulator if the console calls panic() */ BreakPCEvent *consolePanicEvent; |