mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibC: Remove debug spam in gethostbyname()
This commit is contained in:
parent
38b55ee067
commit
005b416639
Notes:
sideshowbarker
2024-07-19 11:40:51 +09:00
Author: https://github.com/awesomekling
Commit: 005b416639
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ hostent* gethostbyname(const char* name)
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
||||||
auto close_fd_on_exit = ScopeGuard([fd] {
|
auto close_fd_on_exit = ScopeGuard([fd] {
|
||||||
dbgprintf("closing fd\n");
|
|
||||||
close(fd);
|
close(fd);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue