Mercurial > mplayer.hg
changeset 31461:a8963007ecc7
Remove disabled and unused timer-linux test main routine.
author | diego |
---|---|
date | Tue, 22 Jun 2010 07:41:12 +0000 |
parents | 537a064968b9 |
children | 1764d80899b8 |
files | osdep/timer-linux.c |
diffstat | 1 files changed, 0 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/osdep/timer-linux.c Tue Jun 22 07:02:18 2010 +0000 +++ b/osdep/timer-linux.c Tue Jun 22 07:41:12 2010 +0000 @@ -86,17 +86,3 @@ { GetRelativeTime(); } - - -#if 0 -#include <stdio.h> -int main(void) -{ - float t = 0; - InitTimer(); - while (1) { - t += GetRelativeTime(); - printf("time = %10.6f\r", t); - fflush(stdout); } -} -#endif