]> Git Repo - qemu.git/blobdiff - os-win32.c
configure: Remove probe for _Static_assert
[qemu.git] / os-win32.c
index eb8501b9e5f112caa7af08c16c622e7b4f905eb2..e31c921983b46b9061a2111039b68dbad6141979 100644 (file)
@@ -27,7 +27,6 @@
 #include <windows.h>
 #include <mmsystem.h>
 #include "qemu-common.h"
-#include "qemu-options.h"
 #include "sysemu/runstate.h"
 
 static BOOL WINAPI qemu_ctrl_handler(DWORD type)
@@ -57,17 +56,6 @@ void os_setup_early_signal_handling(void)
     atexit(os_undo_timer_resolution);
 }
 
-/*
- * Look for support files in the same directory as the executable.
- *
- * The caller must use g_free() to free the returned data when it is
- * no longer required.
- */
-char *os_find_datadir(void)
-{
-    return g_strdup(qemu_get_exec_dir());
-}
-
 void os_set_line_buffering(void)
 {
     setbuf(stdout, NULL);
This page took 0.022279 seconds and 4 git commands to generate.