mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +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
|
# endif
|
||||||
#else
|
#else
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
# define kprintf printf
|
|
||||||
inline int dbgputstr(const char* characters, ssize_t length)
|
inline int dbgputstr(const char* characters, ssize_t length)
|
||||||
{
|
{
|
||||||
fwrite(characters, 1, length, stderr);
|
fwrite(characters, 1, length, stderr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue