diff --git a/bootstrap/vita/threading.c b/bootstrap/vita/threading.c index 7c4bedda20..1aab2bfa7a 100644 --- a/bootstrap/vita/threading.c +++ b/bootstrap/vita/threading.c @@ -7,9 +7,6 @@ #include #include -// not in sdk -void sceClibPrintf(const char *fmt, ...); - #define MAX_THREADS 256 typedef struct reent_for_thread { @@ -162,7 +159,6 @@ struct _reent *__getreent_for_thread(int thid) { if (!free_reent) { // we've exhausted all our resources - sceClibPrintf("[VITASDK] FATAL: Exhausted all thread reent resources!"); __builtin_trap(); } } else {