Skip to content

Commit

Permalink
TIMER0001: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider authored and Indanz committed May 21, 2024
1 parent e0cb803 commit 95522e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/sel4test-driver/src/tests/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ static int test_callback(uintptr_t token)

int test_timer(driver_env_t env)
{
uint64_t time = 0;
test_finished = false;
timer_test_data_t test_data = { .goal_count = 3 };

Expand Down

0 comments on commit 95522e9

Please sign in to comment.