diff --git a/AK/kstdio.h b/AK/kstdio.h index d1c84bf79b0..de1a7e12678 100644 --- a/AK/kstdio.h +++ b/AK/kstdio.h @@ -40,7 +40,6 @@ int snprintf(char* buffer, size_t, const char* fmt, ...) __attribute__((format(p # endif #else # include -# define kprintf printf inline int dbgputstr(const char* characters, ssize_t length) { fwrite(characters, 1, length, stderr);