drop WINNT-specific code

This was never really supported and it would probably require a lot of
work to get a usable chronyd in Cygwin. Remove all WINNT-specific code.
This commit is contained in:
Miroslav Lichvar
2015-09-15 18:12:32 +02:00
parent bde279c093
commit 4bc6950632
4 changed files with 0 additions and 78 deletions

7
main.c
View File

@@ -275,11 +275,6 @@ write_lockfile(void)
static void
go_daemon(void)
{
#ifdef WINNT
#else
int pid, fd, pipefd[2];
/* Create pipe which will the daemon use to notify the grandparent
@@ -338,8 +333,6 @@ go_daemon(void)
LOG_SetParentFd(pipefd[1]);
}
}
#endif
}
/* ================================================== */