Skip to content
Snippets Groups Projects
Commit dc892d1e authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé Committed by Peter Maydell
Browse files

iothread: Remove unused IOThreadClass / IOTHREAD_CLASS


Since commit be8d8537 ("iothread: add I/O thread object") we
never used IOThreadClass / IOTHREAD_CLASS() / IOTHREAD_GET_CLASS(),
remove these definitions.

Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
Message-id: 20230113200138.52869-2-philmd@linaro.org
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent 799d6a3c
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,6 @@ ...@@ -25,10 +25,6 @@
#include "qemu/rcu.h" #include "qemu/rcu.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
typedef ObjectClass IOThreadClass;
DECLARE_CLASS_CHECKERS(IOThreadClass, IOTHREAD,
TYPE_IOTHREAD)
#ifdef CONFIG_POSIX #ifdef CONFIG_POSIX
/* Benchmark results from 2016 on NVMe SSD drives show max polling times around /* Benchmark results from 2016 on NVMe SSD drives show max polling times around
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment