diff options
Diffstat (limited to 'os-win32.c')
-rw-r--r-- | os-win32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/os-win32.c b/os-win32.c index 8523d8d0c4..ad76370c7c 100644 --- a/os-win32.c +++ b/os-win32.c @@ -151,8 +151,3 @@ int qemu_create_pidfile(const char *filename) } return 0; } - -int qemu_get_thread_id(void) -{ - return GetCurrentThreadId(); -} |