1
0
Fork 0
forked from len0rd/rockbox

Killed a warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2882 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-11-24 15:04:22 +00:00
parent 6a24059392
commit 063c6d471f

View file

@ -29,7 +29,6 @@ struct tm *get_time(void)
{ {
#ifdef HAVE_RTC #ifdef HAVE_RTC
char rtcbuf[8]; char rtcbuf[8];
int i;
/* We don't need the first byte, but we want the indexes in the /* We don't need the first byte, but we want the indexes in the
buffer to match the data sheet */ buffer to match the data sheet */