[vlc-devel] commit: rtmp_access: remove dead code. ( Rémi Duraffort )
    git version control 
    git at videolan.org
       
    Wed Nov 18 17:26:18 CET 2009
    
    
  
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Nov 18 17:26:20 2009 +0100| [e10e115ffe5c5aa1c02303ad9681d330242c6750] | committer: Rémi Duraffort 
rtmp_access: remove dead code.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e10e115ffe5c5aa1c02303ad9681d330242c6750
---
 modules/access/rtmp/access.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/access/rtmp/access.c b/modules/access/rtmp/access.c
index 272f1a2..3d4e8a8 100644
--- a/modules/access/rtmp/access.c
+++ b/modules/access/rtmp/access.c
@@ -426,7 +426,6 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
         {
             msg_Err( p_access, "failed send bytes read" );
             goto error;
-            return -1;
         }
         free( rtmp_packet->body->body );
         free( rtmp_packet->body );
    
    
More information about the vlc-devel
mailing list