summaryrefslogtreecommitdiff
path: root/src/boot_O2_g3/syncprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot_O2_g3/syncprintf.c')
-rw-r--r--src/boot_O2_g3/syncprintf.c11
1 files changed, 0 insertions, 11 deletions
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, ...) {
-}