summary refs log tree commit diff stats
path: root/hw/boards.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/boards.h')
-rw-r--r--hw/boards.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/boards.h b/hw/boards.h
index 1e18ba6009..7fada948e4 100644
--- a/hw/boards.h
+++ b/hw/boards.h
@@ -14,8 +14,6 @@ typedef struct QEMUMachine {
     const char *name;
     const char *desc;
     QEMUMachineInitFunc *init;
-#define RAMSIZE_FIXED	(1 << 0)
-    ram_addr_t ram_require;
     int use_scsi;
     int max_cpus;
     struct QEMUMachine *next;