diff options
Diffstat (limited to 'system/vl.c')
| -rw-r--r-- | system/vl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system/vl.c b/system/vl.c index 3b7057e6c6..00f3694725 100644 --- a/system/vl.c +++ b/system/vl.c @@ -3524,10 +3524,6 @@ void qemu_init(int argc, char **argv) prom_envs[nb_prom_envs] = optarg; nb_prom_envs++; break; - case QEMU_OPTION_old_param: - warn_report("-old-param is deprecated"); - old_param = 1; - break; case QEMU_OPTION_rtc: opts = qemu_opts_parse_noisily(qemu_find_opts("rtc"), optarg, false); |