Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Sep 2, 2024
1 parent d5d1a29 commit daa10b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/process_group.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit daa10b2

Please sign in to comment.