]> git.proxmox.com Git - mirror_qemu.git/blobdiff - os-win32.c
iotests: add filter_qmp_generated_node_ids()
[mirror_qemu.git] / os-win32.c
index e31c921983b46b9061a2111039b68dbad6141979..725ad652e8bb89d63bf1fa3e1715b9b39575d920 100644 (file)
@@ -26,7 +26,6 @@
 #include "qemu/osdep.h"
 #include <windows.h>
 #include <mmsystem.h>
-#include "qemu-common.h"
 #include "sysemu/runstate.h"
 
 static BOOL WINAPI qemu_ctrl_handler(DWORD type)
@@ -61,12 +60,3 @@ void os_set_line_buffering(void)
     setbuf(stdout, NULL);
     setbuf(stderr, NULL);
 }
-
-/*
- * Parse OS specific command line options.
- * return 0 if option handled, -1 otherwise
- */
-int os_parse_cmd_args(int index, const char *optarg)
-{
-    return -1;
-}