Skip to content

Commit

Permalink
replay: remove host_clock_last
Browse files Browse the repository at this point in the history
Fixes: a02fe2c (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>
  • Loading branch information
stsquad committed Jan 8, 2024
1 parent 41e17cc commit 8835ed3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions replay/replay-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8835ed3

Please sign in to comment.