diff options
Diffstat (limited to 'libntp/recvbuff.c')
-rw-r--r-- | libntp/recvbuff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libntp/recvbuff.c b/libntp/recvbuff.c index a3c41a04dc2e0..573fdb2f92096 100644 --- a/libntp/recvbuff.c +++ b/libntp/recvbuff.c @@ -226,7 +226,6 @@ get_full_recv_buffer(void) LOCK(); -#ifdef HAVE_SIGNALED_IO /* * make sure there are free buffers when we * wander off to do lengthy packet processing with @@ -241,7 +240,6 @@ get_full_recv_buffer(void) */ create_buffers(RECV_INC); } -#endif /* * try to grab a full buffer |