From f1fc5ab9d6980b88eede93051736305408774122 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 15 May 2024 08:27:18 +0100 Subject: win32: code shrink Saves 16-32 bytes --- win32/process.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/win32/process.c b/win32/process.c index 8931eae2e..9dd4bc1db 100644 --- a/win32/process.c +++ b/win32/process.c @@ -605,8 +605,6 @@ UNUSED_PARAM free(sp); return NULL; } - sp->pids = xmalloc(sizeof(unsigned) * NPIDS); - sp->maxpids = NPIDS; ret = Process32First(sp->snapshot, &pe); } else { -- cgit v1.2.3-55-g6feb