[vlc-devel] commit: GetUnused: remove invalidated comment ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Dec 30 16:16:20 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Dec 30 17:15:01 2009 +0200| [7a4b7465e89a1aa8408667ca91815685b34ef0ae] | committer: Rémi Denis-Courmont 

GetUnused: remove invalidated comment

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

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

diff --git a/src/misc/variables.c b/src/misc/variables.c
index bea08d5..365b7cf 100644
--- a/src/misc/variables.c
+++ b/src/misc/variables.c
@@ -388,7 +388,6 @@ int __var_Destroy( vlc_object_t *p_this, const char *psz_name )
         if( pp_vars != NULL )
             p_priv->pp_vars = pp_vars;
     }
-
     vlc_mutex_unlock( &p_priv->var_lock );
 
     Destroy( p_var );
@@ -1148,9 +1147,6 @@ cleanup:
 
 /*****************************************************************************
  * GetUnused: find an unused (not in callback) variable from its name
- *****************************************************************************
- * We do i_tries tries before giving up, just in case the variable is being
- * modified and called from a callback.
  *****************************************************************************/
 static int GetUnused( vlc_object_t *p_this, const char *psz_name )
 {




More information about the vlc-devel mailing list