From 0ada32c37338c654d51ffc64254c722a6c8d7454 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 6 Oct 2010 11:40:09 +0000 Subject: [PATCH] Remove unused variable. Originally committed as revision 25369 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/avio.c b/libavformat/avio.c index 2dae492ad1..9a4d7355c5 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -246,7 +246,6 @@ int url_read_complete(URLContext *h, unsigned char *buf, int size) int url_write(URLContext *h, const unsigned char *buf, int size) { - int ret; if (!(h->flags & (URL_WRONLY | URL_RDWR))) return AVERROR(EIO); /* avoid sending too big packets */