Remove an orphaned comment

This was left behind when definitions of malloc_open and malloc_close
were abstracted from code that had followed.
This commit is contained in:
lexprfuncall 2025-08-05 20:39:04 -07:00 committed by Guangli Dai
parent 2114349a4e
commit 48b4ad60a7

View file

@ -766,11 +766,6 @@ os_overcommits_sysctl(void) {
#endif
#ifdef JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY
/*
* Use syscall(2) rather than {open,read,close}(2) when possible to avoid
* reentry during bootstrapping if another library has interposed system call
* wrappers.
*/
static bool
os_overcommits_proc(void) {
int fd;