Skip to content

Commit

Permalink
Remove unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jan 18, 2025
1 parent 9bff716 commit 445547f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -6830,7 +6830,6 @@ int runloop_iterate(void)
settings_t *settings = config_get_ptr();
runloop_state_t *runloop_st = &runloop_state;
bool vrr_runloop_enable = settings->bools.vrr_runloop_enable;
unsigned max_users = settings->uints.input_max_users;
retro_time_t current_time = cpu_features_get_time_usec();
#ifdef HAVE_MENU
#ifdef HAVE_NETWORKING
Expand Down

0 comments on commit 445547f

Please sign in to comment.