[xiph-commits] r18310 - icecast/trunk/libshout/src

giles at svn.xiph.org giles at svn.xiph.org
Thu May 24 13:25:30 PDT 2012


Author: giles
Date: 2012-05-24 13:25:30 -0700 (Thu, 24 May 2012)
New Revision: 18310

Modified:
   icecast/trunk/libshout/src/shout.c
Log:
Remove an obsolete comment.


Modified: icecast/trunk/libshout/src/shout.c
===================================================================
--- icecast/trunk/libshout/src/shout.c	2012-05-24 18:58:35 UTC (rev 18309)
+++ icecast/trunk/libshout/src/shout.c	2012-05-24 20:25:30 UTC (rev 18310)
@@ -271,7 +271,6 @@
 	if (self->senttime == 0)
 		return 0;
 
-	/* Is this cast to double needed? */
 	return self->senttime / 1000 - (timing_get_time() - self->starttime);
 }
   



More information about the commits mailing list