On 12/27/22 03:48, Bin Meng wrote:
These are not used anywhere. Drop them.

Signed-off-by: Bin Meng <bm...@tinylab.org>
---

Reviewed-by: Daniel Henrique Barboza <dbarb...@ventanamicro.com>


  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;


Reply via email to