]> Git Repo - qemu.git/blobdiff - os-win32.c
target-arm: Add arm_boot_info secure_boot control
[qemu.git] / os-win32.c
index 5f95caac1590a24efb6b208161c034c0c79674a4..c0daf8e189e469acf1f8a958aacf65a77f6fccfb 100644 (file)
@@ -104,11 +104,6 @@ void os_parse_cmd_args(int index, const char *optarg)
     return;
 }
 
-void os_pidfile_error(void)
-{
-    fprintf(stderr, "Could not acquire pid file: %s\n", strerror(errno));
-}
-
 int qemu_create_pidfile(const char *filename)
 {
     char buffer[128];
This page took 0.022885 seconds and 4 git commands to generate.