diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-11-24 15:04:22 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-11-24 15:04:22 +0000 |
commit | 063c6d471ffc5a1bdca2d83f3ead93a88873cb17 (patch) | |
tree | 71d8703fc74490c5ee687541b1f1b17151a24462 /firmware/common/timefuncs.c | |
parent | 6a240593927f1d9bc02401859f18152a21751664 (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.c | 1 |
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 */ |