diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-12-11 09:13:35 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2024-01-08 13:58:40 +0000 |
commit | 8835ed3293e5be5bb266eeefdcd5077a0e6a332d (patch) | |
tree | 2ea0a594a828dfdf71b0438319bd9adeaa88ee9a /replay | |
parent | 41e17cc8aa75a8e8e604e17fdf8adcccdca60903 (diff) |
replay: remove host_clock_last
Fixes: a02fe2ca70 (replay: Remove host_clock_last)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231211091346.14616-7-alex.bennee@linaro.org>
Diffstat (limited to 'replay')
-rw-r--r-- | replay/replay-internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |