summaryrefslogtreecommitdiff
path: root/firmware/common/timefuncs.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-11-24 15:04:22 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-11-24 15:04:22 +0000
commit063c6d471ffc5a1bdca2d83f3ead93a88873cb17 (patch)
tree71d8703fc74490c5ee687541b1f1b17151a24462 /firmware/common/timefuncs.c
parent6a240593927f1d9bc02401859f18152a21751664 (diff)
Killed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2882 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/common/timefuncs.c')
-rw-r--r--firmware/common/timefuncs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/common/timefuncs.c b/firmware/common/timefuncs.c
index 86f76e5173..6b979389d5 100644
--- a/firmware/common/timefuncs.c
+++ b/firmware/common/timefuncs.c
@@ -29,7 +29,6 @@ struct tm *get_time(void)
{
#ifdef HAVE_RTC
char rtcbuf[8];
- int i;
/* We don't need the first byte, but we want the indexes in the
buffer to match the data sheet */