1
0
Fork 0
forked from len0rd/rockbox

Remove private memcpy wrapper that is no longer needed since r19847 and may cause issues with newer gcc versions, inspired by patch in FS#10676 by Duy Nguyen

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23178 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2009-10-14 22:34:11 +00:00
parent a5c1ee5cf1
commit afe08ed8b2
2 changed files with 0 additions and 8 deletions

View file

@ -181,11 +181,6 @@ cont:
/* NOTREACHED */
}
inline void* memcpy(void* dst, const void* src, size_t size)
{
return rb->memcpy(dst, src, size);
}
struct argvlist
{
int timedemo; // 1 says there's a timedemo