aboutsummaryrefslogtreecommitdiff
path: root/riscv/devices.h
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-02-04 17:48:50 -0800
committerAndrew Waterman <andrew@sifive.com>2023-02-28 15:15:42 -0800
commite09bf027c2038c7bf9ce66b280272368643fd8de (patch)
tree9ba265df2f84d09452b3876ac92b260bcf979740 /riscv/devices.h
parent2c9b399f7bb78ae99546cbe66ae02a76218aeb49 (diff)
downloadspike-e09bf027c2038c7bf9ce66b280272368643fd8de.zip
spike-e09bf027c2038c7bf9ce66b280272368643fd8de.tar.gz
spike-e09bf027c2038c7bf9ce66b280272368643fd8de.tar.bz2
Remove unused plic_context_t::num field
Diffstat (limited to 'riscv/devices.h')
-rw-r--r--riscv/devices.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/devices.h b/riscv/devices.h
index 31d0e84..53db96a 100644
--- a/riscv/devices.h
+++ b/riscv/devices.h
@@ -79,7 +79,6 @@ class clint_t : public abstract_device_t {
#define PLIC_MAX_DEVICES 1024
struct plic_context_t {
- uint32_t num;
processor_t *proc;
bool mmode;