From daa10b24f82d2fedd9ab72c8c65cebd938cbc7b0 Mon Sep 17 00:00:00 2001 From: HiGarfield Date: Tue, 3 Sep 2024 01:01:13 +0800 Subject: [PATCH] remove unused code --- src/process_group.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/process_group.h b/src/process_group.h index 2cf1fb9..25a1990 100644 --- a/src/process_group.h +++ b/src/process_group.h @@ -33,9 +33,6 @@ #include "list.h" -#define PIDHASH_SZ 1024 -#define pid_hashfn(x) ((((x) >> 8) ^ (x)) & (PIDHASH_SZ - 1)) - /** * Structure representing a group of processes for tracking. */