Remove unused variable along with the related warning.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29122 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-04-01 16:27:03 +00:00
parent b5fcf45f11
commit a38ca08ca0
1 changed files with 0 additions and 1 deletions

View File

@ -1094,7 +1094,6 @@ fail:
static int ifo_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
{
char *ext;
char* filename;
struct stream_priv_s *spriv;
int len = strlen(stream->url);