Skip to content

Commit

Permalink
Fix compilation issue for some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jul 17, 2023
1 parent f1c6510 commit 7105e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion menu/cbs/menu_cbs_get_value.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ static void menu_action_setting_disp_set_label_cpu_policy(
const char *path,
char *s2, size_t len2)
{
size_t _len;
unsigned policyid = atoi(path);
cpu_scaling_driver_t **drivers = get_cpu_scaling_drivers(false);
cpu_scaling_driver_t *d = drivers[policyid];
Expand Down

0 comments on commit 7105e05

Please sign in to comment.