From d07aa197c5a1556449361a0cbb5108e2e7b1adb7 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 19 Feb 2018 21:23:40 +0100 Subject: Remove the deprecated -tdf option It's been marked as deprecated since a very long time already, and the parameter is not doing anything useful anymore except for printing a warning, so it's now time to finally get rid of this option. Signed-off-by: Thomas Huth Message-Id: <1519071820-4062-1-git-send-email-thuth@redhat.com> Signed-off-by: Paolo Bonzini --- vl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'vl.c') diff --git a/vl.c b/vl.c index 6120b889ed..a92f60c8b7 100644 --- a/vl.c +++ b/vl.c @@ -3842,9 +3842,6 @@ int main(int argc, char **argv, char **envp) exit(1); } break; - case QEMU_OPTION_tdf: - warn_report("ignoring deprecated option"); - break; case QEMU_OPTION_name: opts = qemu_opts_parse_noisily(qemu_find_opts("name"), optarg, true); -- cgit v1.2.1