On Tue, Dec 27, 2022 at 4:56 PM Bin Meng <bm...@tinylab.org> wrote: > > These are not used anywhere. Drop them. > > Signed-off-by: Bin Meng <bm...@tinylab.org>
Reviewed-by: Alistair Francis <alistair.fran...@wdc.com> Alistair > --- > > include/hw/char/riscv_htif.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/hw/char/riscv_htif.h b/include/hw/char/riscv_htif.h > index f888ac1b30..3eccc1914f 100644 > --- a/include/hw/char/riscv_htif.h > +++ b/include/hw/char/riscv_htif.h > @@ -33,8 +33,6 @@ typedef struct HTIFState { > > hwaddr tohost_offset; > hwaddr fromhost_offset; > - uint64_t tohost_size; > - uint64_t fromhost_size; > MemoryRegion mmio; > MemoryRegion *address_space; > MemoryRegion *main_mem; > -- > 2.34.1 > >