diff options
author | Thomas Huth <thuth@redhat.com> | 2024-05-27 14:13:51 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-05-29 12:41:56 +0200 |
commit | 84aacddd808b87824bca68006da0f73a1d0905f1 (patch) | |
tree | c62a0c7bcc7e41331b465c2145c213c3269905de | |
parent | 3e964275d65b92075249201c49b39dfb06d08ad4 (diff) | |
download | qemu-84aacddd808b87824bca68006da0f73a1d0905f1.zip qemu-84aacddd808b87824bca68006da0f73a1d0905f1.tar.gz qemu-84aacddd808b87824bca68006da0f73a1d0905f1.tar.bz2 |
hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTES
It's not used anywhere, so let's simply remove it.
Message-ID: <20240527121351.211266-1-thuth@redhat.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | include/hw/s390x/s390_flic.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/s390x/s390_flic.h b/include/hw/s390x/s390_flic.h index bcb081d..382d983 100644 --- a/include/hw/s390x/s390_flic.h +++ b/include/hw/s390x/s390_flic.h @@ -35,9 +35,6 @@ typedef struct AdapterRoutes { extern const VMStateDescription vmstate_adapter_routes; -#define VMSTATE_ADAPTER_ROUTES(_f, _s) \ - VMSTATE_STRUCT(_f, _s, 1, vmstate_adapter_routes, AdapterRoutes) - #define TYPE_S390_FLIC_COMMON "s390-flic" OBJECT_DECLARE_TYPE(S390FLICState, S390FLICStateClass, S390_FLIC_COMMON) |