From 48b4ad60a7ee897c813fb987183bb13d3596814c Mon Sep 17 00:00:00 2001 From: lexprfuncall <5360361+lexprfuncall@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:39:04 -0700 Subject: [PATCH] Remove an orphaned comment This was left behind when definitions of malloc_open and malloc_close were abstracted from code that had followed. --- src/pages.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages.c b/src/pages.c index 78f3a1b7..1daab43b 100644 --- a/src/pages.c +++ b/src/pages.c @@ -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;