mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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
Reference in a new issue