forked from len0rd/rockbox
Removed unused abort function implementation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef87933add
commit
9fe4dbf33c
2 changed files with 0 additions and 15 deletions
|
@ -256,11 +256,3 @@ void *memset(void *s, int c, size_t n)
|
|||
return rb->memset(s,c,n);
|
||||
}
|
||||
|
||||
void abort(void)
|
||||
{
|
||||
rb->lcd_putsxy(0,0,"ABORT!");
|
||||
rb->lcd_update();
|
||||
|
||||
while (1);
|
||||
/* Let's hope this is never called */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue