summaryrefslogtreecommitdiff
path: root/main-loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'main-loop.h')
-rw-r--r--main-loop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main-loop.h b/main-loop.h
index 1d1a56b858..326c74269c 100644
--- a/main-loop.h
+++ b/main-loop.h
@@ -302,6 +302,5 @@ void qemu_iohandler_poll(fd_set *readfds, fd_set *writefds, fd_set *xfds, int rc
QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
void qemu_bh_schedule_idle(QEMUBH *bh);
-int qemu_bh_poll(void);
#endif