From 295cae5a7bdab91df4a2ac54cbd4a12573f4b0b0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 5 Apr 2017 20:56:03 +0200 Subject: [PATCH] Take this out --- bootstrap/vita/threading.c | 4 ---- 1 file changed, 4 deletions(-) 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 {