From 67351924fa91dea4339109100a4c0689f006581f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 13 Mar 2015 00:39:31 +0100 Subject: Drop unreachable break and return statements --- libavutil/opt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavutil/opt.c') diff --git a/libavutil/opt.c b/libavutil/opt.c index 7cb3d66557..44d6299117 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -240,8 +240,6 @@ static int set_string_number(void *obj, void *target_obj, const AVOption *o, con return 0; notfirst = 1; } - - return 0; } int av_opt_set(void *obj, const char *name, const char *val, int search_flags) -- cgit v1.2.3