From: Alex Bennée Date: Mon, 11 Dec 2023 09:13:35 +0000 (+0000) Subject: replay: remove host_clock_last X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8835ed3293e5be5bb266eeefdcd5077a0e6a332d;p=qemu.git replay: remove host_clock_last Fixes: a02fe2ca70 (replay: Remove host_clock_last) Reviewed-by: Richard Henderson Reviewed-by: Pavel Dovgalyuk Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée Message-Id: <20231211091346.14616-7-alex.bennee@linaro.org> --- diff --git a/replay/replay-internal.h b/replay/replay-internal.h index b6836354ac..516147ddbc 100644 --- a/replay/replay-internal.h +++ b/replay/replay-internal.h @@ -80,8 +80,6 @@ typedef struct ReplayState { This counter is global, because requests from different block devices should not get overlapping ids. */ uint64_t block_request_id; - /*! Prior value of the host clock */ - uint64_t host_clock_last; /*! Asynchronous event id read from the log */ uint64_t read_event_id; } ReplayState;