mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 21:12:26 +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
Notes:
sideshowbarker
2024-07-18 22:05:46 +09:00
Author: https://github.com/awesomekling
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