diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-01-13 21:01:35 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-02-27 13:27:05 +0000 |
commit | dc892d1e4c8d3682d624725d7cfeee90f35d6eff (patch) | |
tree | 11dcfffe2792967091ba2aef79e32181dd4065b3 /iothread.c | |
parent | 799d6a3c9923308f8ae7d12438e0723c4eadd124 (diff) | |
download | qemu-dc892d1e4c8d3682d624725d7cfeee90f35d6eff.zip qemu-dc892d1e4c8d3682d624725d7cfeee90f35d6eff.tar.gz qemu-dc892d1e4c8d3682d624725d7cfeee90f35d6eff.tar.bz2 |
iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
Since commit be8d853766 ("iothread: add I/O thread object") we
never used IOThreadClass / IOTHREAD_CLASS() / IOTHREAD_GET_CLASS(),
remove these definitions.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20230113200138.52869-2-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'iothread.c')
-rw-r--r-- | iothread.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -25,10 +25,6 @@ #include "qemu/rcu.h" #include "qemu/main-loop.h" -typedef ObjectClass IOThreadClass; - -DECLARE_CLASS_CHECKERS(IOThreadClass, IOTHREAD, - TYPE_IOTHREAD) #ifdef CONFIG_POSIX /* Benchmark results from 2016 on NVMe SSD drives show max polling times around |