aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/sim.h')
-rw-r--r--riscv/sim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/sim.h b/riscv/sim.h
index ba95666..6e69078 100644
--- a/riscv/sim.h
+++ b/riscv/sim.h
@@ -63,7 +63,6 @@ private:
isa_parser_t isa;
const cfg_t * const cfg;
std::vector<std::pair<reg_t, mem_t*>> mems;
- std::vector<std::pair<reg_t, std::shared_ptr<abstract_device_t>>> plugin_devices;
std::vector<processor_t*> procs;
std::map<size_t, processor_t*> harts;
std::pair<reg_t, reg_t> initrd_range;