From a4c261c6ee3940099e653a6f448dc952dfd5899f Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Thu, 16 Oct 2025 04:19:32 +0200 Subject: optimized, but bug with rasterdemos --- linux_timer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'linux_timer.c') diff --git a/linux_timer.c b/linux_timer.c index dce0a5b..9a9d296 100644 --- a/linux_timer.c +++ b/linux_timer.c @@ -81,7 +81,6 @@ static void *timer_thread_func(void *arg) { #ifdef TIMER_DEBUG if(t->last_wait_start.tv_sec) { - int64_t total_frame_time_ns = timespec_diff_ns(&now, &t->last_wait_start); int64_t overshoot_ns = timespec_diff_ns(&now, &t->next_deadline); if(overshoot_ns < 0) overshoot_ns = 0; -- cgit v1.2.3