Skip to content

Commit

Permalink
iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
Browse files Browse the repository at this point in the history
Since commit be8d853 ("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>
  • Loading branch information
philmd authored and pm215 committed Feb 27, 2023
1 parent 799d6a3 commit dc892d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iothread.c
Expand Up @@ -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
Expand Down

0 comments on commit dc892d1

Please sign in to comment.