X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora%2Fplat.c;h=f1ae107a23f3d8f323538d5b74d24d361073d44b;hb=38163dd7df6fc61794d7bb420737a68455c4637c;hp=b95334da63ad98ac9460ef708631ec6fe8f43ea7;hpb=a33164fffe6463cd0aa698fac2bcc1fc213af18e;p=libpicofe.git diff --git a/pandora/plat.c b/pandora/plat.c index b95334d..f1ae107 100644 --- a/pandora/plat.c +++ b/pandora/plat.c @@ -5,7 +5,6 @@ #include #include -#include #include #include #include @@ -627,13 +626,3 @@ void plat_finish(void) printf("all done\n"); } -/* lprintf */ -void lprintf(const char *fmt, ...) -{ - va_list vl; - - va_start(vl, fmt); - vprintf(fmt, vl); - va_end(vl); -} -