diff options
Diffstat (limited to 'qemu-thread-posix.h')
-rw-r--r-- | qemu-thread-posix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-thread-posix.h b/qemu-thread-posix.h index 7af371c3b7..ee4618e620 100644 --- a/qemu-thread-posix.h +++ b/qemu-thread-posix.h @@ -14,5 +14,4 @@ struct QemuThread { pthread_t thread; }; -void qemu_thread_signal(QemuThread *thread, int sig); #endif |