[vlc-devel] commit: Dead code ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Dec 30 19:04:11 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Dec 30 19:37:46 2009 +0200| [b77a77553e40c7b2b6e6e835079421b27a83e7b0] | committer: Rémi Denis-Courmont 

Dead code

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b77a77553e40c7b2b6e6e835079421b27a83e7b0
---

 src/misc/variables.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/misc/variables.c b/src/misc/variables.c
index 365b7cf..b5dd8db 100644
--- a/src/misc/variables.c
+++ b/src/misc/variables.c
@@ -1444,7 +1444,6 @@ static int InheritValue( vlc_object_t *p_this, const char *psz_name,
             msg_Warn( p_this, "Could not inherit value for var %s "
                               "from config. Invalid Type", psz_name );
             return VLC_ENOOBJ;
-            break;
     }
     /*msg_Dbg( p_this, "Inherited value for var %s from config", psz_name );*/
     return VLC_SUCCESS;




More information about the vlc-devel mailing list