From f6c05ae4cc45577b914f18b66cdefac31ee5d21b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 12 Feb 2021 07:21:34 +1000 Subject: [PATCH] tools/record: remove a useless assignment It's overwritten a few lines south of here. Signed-off-by: Peter Hutterer --- tools/libinput-record.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libinput-record.c b/tools/libinput-record.c index 98aed214..400ac9a7 100644 --- a/tools/libinput-record.c +++ b/tools/libinput-record.c @@ -2277,7 +2277,6 @@ mainloop(struct record_context *ctx) if (skipped_timer_print) { print_wall_time(ctx); - had_events_since_last_time = false; skipped_timer_print = false; } -- 2.34.1