1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Remove unused header.

This commit is contained in:
David Steele 2023-11-04 14:43:11 -03:00
parent e0f5880b09
commit 3c116e1829

View File

@ -11,7 +11,6 @@ File Descriptor Functions
#include "common/debug.h"
#include "common/io/fd.h"
#include "common/log.h"
#include "common/wait.h"
/***********************************************************************************************************************************
Use poll() to determine when data is ready to read/write on a socket. Retry after EINTR with whatever time is left on the timer.