From add41decd94b2d3581a3715ba10f27168b8cdb1b Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sun, 3 Jul 2011 21:02:18 +0100 Subject: Remove return statements following infinite loops without break These statements cannot be reached and are thus not needed. This removes a number of compiler warnings. Signed-off-by: Mans Rullgard --- libavformat/mmsh.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/mmsh.c') diff --git a/libavformat/mmsh.c b/libavformat/mmsh.c index af040e27a9..0ce282c906 100644 --- a/libavformat/mmsh.c +++ b/libavformat/mmsh.c @@ -208,7 +208,6 @@ static int get_http_header_data(MMSHContext *mmsh) } } } - return 0; } static int mmsh_open(URLContext *h, const char *uri, int flags) -- cgit v1.2.3