From 190b78549e0fa1a801786e73d914185e1fbca2a6 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Mon, 11 Sep 2023 17:38:31 -0700 Subject: Non libultra Boot Cleanup (#1370) * reorganize * math64 * rcp_utils * osSyncPrintfUnused * comment spacing --- src/boot_O2_g3/syncprintf.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/boot_O2_g3/syncprintf.c (limited to 'src/boot_O2_g3/syncprintf.c') diff --git a/src/boot_O2_g3/syncprintf.c b/src/boot_O2_g3/syncprintf.c deleted file mode 100644 index 1cbceb595..000000000 --- a/src/boot_O2_g3/syncprintf.c +++ /dev/null @@ -1,11 +0,0 @@ -#include "global.h" - -// This isn't a vprintf since it doesn't take a va_list -void __osSyncVPrintf(const char* fmt, ...) { -} - -void osSyncPrintf(const char* fmt, ...) { -} - -void rmonPrintf(const char* fmt, ...) { -} -- cgit v1.2.3