delete qemu/include/qemu/notify.h

This commit is contained in:
Nguyen Anh Quynh
2017-01-20 14:47:41 +08:00
parent b887c3bb25
commit a7fca49f7a
17 changed files with 0 additions and 148 deletions

View File

@ -47,7 +47,6 @@ typedef struct QEMUClock {
/* We rely on BQL to protect the timerlists */
QLIST_HEAD(, QEMUTimerList) timerlists;
NotifierList reset_notifiers;
int64_t last;
QEMUClockType type;