X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora%2Fplat.c;h=f1ae107a23f3d8f323538d5b74d24d361073d44b;hb=2b9f9c51e68d4d5746c4ca2cd62b5f7b564ebf8a;hp=b95334da63ad98ac9460ef708631ec6fe8f43ea7;hpb=6fb01dd38017e4f4435ef89cef922282478286b9;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); -} -