]> git.sesse.net Git - vlc/commitdiff
Price of the most useless piece of code of the day
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 15 Sep 2007 18:28:10 +0000 (18:28 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 15 Sep 2007 18:28:10 +0000 (18:28 +0000)
(actually it might be my code)

src/stream_output/sap.c

index 5369d3f6ed2fe71e13abf14e0309dc9e066e5b60..2950124a00d7b9dcd7e68df1a1b6a0fb0eb1964d 100644 (file)
@@ -584,10 +584,6 @@ static int announce_SendSAPAnnounce( sap_handler_t *p_sap,
         p_session->i_next = p_session->i_last
                             + p_session->p_address->i_interval*1000000;
     }
-    else
-    {
-        return VLC_SUCCESS;
-    }
     return VLC_SUCCESS;
 }