Commit 50ebabd3 authored by Ibraheem Paredath's avatar Ibraheem Paredath Committed by Pierre d'Herbemont

access.c: Fix a warning "In function 'Close':WARNING : access.c: 280: unused variable 'i'".

Signed-off-by: default avatarPierre d'Herbemont <pdherbemont@videolan.org>
parent 626f42f8
......@@ -277,7 +277,6 @@ static void Close( vlc_object_t * p_this )
{
access_t *p_access = (access_t *) p_this;
access_sys_t *p_sys = p_access->p_sys;
int i;
msg_Warn(p_access, "Close");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment