From 0d6a2f7e595218b5632ba7005128470e65138951 Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Wed, 10 Dec 2014 15:42:55 +0900 Subject: Imported Upstream version 2.2.0 --- os-win32.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'os-win32.c') diff --git a/os-win32.c b/os-win32.c index 5f95caac1..c0daf8e18 100644 --- a/os-win32.c +++ b/os-win32.c @@ -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]; -- cgit v1.2.3