From: Peter Hutterer Date: Thu, 11 Feb 2021 21:21:34 +0000 (+1000) Subject: tools/record: remove a useless assignment X-Git-Tag: 1.16.902~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6c05ae4cc45577b914f18b66cdefac31ee5d21b;p=platform%2Fupstream%2Flibinput.git tools/record: remove a useless assignment It's overwritten a few lines south of here. Signed-off-by: Peter Hutterer --- 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; }