Remove function declaration of a unimplemented function

This commit is contained in:
Maschell 2022-02-14 19:50:40 +01:00
parent 3baca0a5c2
commit 3d0c1151d7
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ extern "C" {
//Needs to have log_init() called beforehand.
void dumpHex(const void *data, size_t size);
BOOL OSFatal_printf(const char *fmt, ...);
#ifdef __cplusplus
}