mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
AK: Remove unused kprintf macro
This hasn't been used for quite some time.
This commit is contained in:
parent
8d98051551
commit
4d9ce42532
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ int snprintf(char* buffer, size_t, const char* fmt, ...) __attribute__((format(p
|
|||
# endif
|
||||
#else
|
||||
# include <stdio.h>
|
||||
# define kprintf printf
|
||||
inline int dbgputstr(const char* characters, ssize_t length)
|
||||
{
|
||||
fwrite(characters, 1, length, stderr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue