]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.c
ohci: check device is not NULL before calling usb_ep_get()
[mirror_qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index ea794ec117e051cb93e38e0eae1cd5370804fa00..502857a1769f4b9eacbcb17cba0d5d5285e6b11a 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -3735,12 +3735,6 @@ int main(int argc, char **argv, char **envp)
             case QEMU_OPTION_old_param:
                 old_param = 1;
                 break;
-            case QEMU_OPTION_clock:
-                /* Clock options no longer exist.  Keep this option for
-                 * backward compatibility.
-                 */
-                warn_report("This option is ignored and will be removed soon");
-                break;
             case QEMU_OPTION_rtc:
                 opts = qemu_opts_parse_noisily(qemu_find_opts("rtc"), optarg,
                                                false);