remove debug code

This commit is contained in:
Omar Polo 2023-06-08 15:47:03 +00:00
parent 61febd28af
commit 2b4ef796d7
1 changed files with 0 additions and 6 deletions

View File

@ -1435,12 +1435,6 @@ server(struct privsep *ps, struct privsep_proc *p)
static void
server_init(struct privsep *ps, struct privsep_proc *p, void *arg)
{
#if 0
static volatile int attached = 0;
while (!attached)
sleep(1);
#endif
SPLAY_INIT(&clients);
#ifdef SIGINFO