removed yield() define, we have a proper yield() implementation now

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-06-14 12:40:00 +00:00
parent 50c1ff2b2f
commit 3f0bf03677

View file

@ -23,4 +23,3 @@
void x11_sleep(int); void x11_sleep(int);
#define yield() x11_sleep(5)