[vlc-commits] [Git][videolan/vlc][master] preparser: art: remove stray unused variable
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sun Sep 13 13:35:48 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
23fc1428 by Steve Lhomme at 2026-09-13T15:22:23+02:00
preparser: art: remove stray unused variable
>From 297b8f9ed45d9e08837fe93bd8dea6ac6286442f.
- - - - -
1 changed file:
- src/preparser/art.c
Changes:
=====================================
src/preparser/art.c
=====================================
@@ -329,7 +329,6 @@ static int ArtCacheWriteUriToFile( vlc_object_t *obj, const char *psz_file,
ret = VLC_EGENERIC;
}
- bool b_found = false;
fclose( f );
return ret;
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/23fc14284196ec8938d86417df22b00fa5b240df
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/23fc14284196ec8938d86417df22b00fa5b240df
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list