1
0
Fork 0
forked from len0rd/rockbox

warning + obsolete variable removed

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4248 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-01-16 09:28:39 +00:00
parent 88faf38ef7
commit 862d2b5e3a

View file

@ -168,8 +168,6 @@ static void copy_read_sectors(unsigned char* buf,
__attribute__ ((section (".icode")));
static void copy_read_sectors(unsigned char* buf, int wordcount)
{
int j;
if (wordcount <= 0)
return; /* should never happen, but to protect my tail loop */