diff options
author | Juan Quintela <quintela@redhat.com> | 2023-02-08 14:41:06 +0100 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-02-15 20:04:30 +0100 |
commit | 24f254ed794bbd217fbceb6b5840dd4fa6545383 (patch) | |
tree | a991164ff0cd6796b1f84b0a7e9b218459ee7a94 /hw/s390x | |
parent | abbbd04da2b2bdda5ee7dcbbbc89e03e019ade6b (diff) | |
download | qemu-24f254ed794bbd217fbceb6b5840dd4fa6545383.zip qemu-24f254ed794bbd217fbceb6b5840dd4fa6545383.tar.gz qemu-24f254ed794bbd217fbceb6b5840dd4fa6545383.tar.bz2 |
migration: Remove unused res_compatible
Nothing assigns to it after previous commit.
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'hw/s390x')
-rw-r--r-- | hw/s390x/s390-stattrib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/s390x/s390-stattrib.c b/hw/s390x/s390-stattrib.c index 3e32002..c7ae918 100644 --- a/hw/s390x/s390-stattrib.c +++ b/hw/s390x/s390-stattrib.c @@ -184,7 +184,6 @@ static int cmma_save_setup(QEMUFile *f, void *opaque) static void cmma_state_pending(void *opaque, uint64_t *res_precopy_only, - uint64_t *res_compatible, uint64_t *res_postcopy_only) { S390StAttribState *sas = S390_STATTRIB(opaque); |