summaryrefslogtreecommitdiff
path: root/nuttx/include/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/poll.h')
-rw-r--r--nuttx/include/poll.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/nuttx/include/poll.h b/nuttx/include/poll.h
index 74acfe2cd..e82d48f57 100644
--- a/nuttx/include/poll.h
+++ b/nuttx/include/poll.h
@@ -108,12 +108,6 @@ struct pollfd
sem_t *sem; /* Pointer to semaphore used to post output event */
pollevent_t events; /* The input event flags */
pollevent_t revents; /* The output event flags */
-
- /* The socket poll logic needs a place to retain state info */
-
-#if CONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET_TCP) && CONFIG_NET_NTCP_READAHEAD_BUFFERS > 0
- FAR void *private;
-#endif
};
/****************************************************************************