chore: remove addressed TODO in fs-poll.c

This commit is contained in:
Sahilll 2025-11-26 12:54:26 +05:30
parent 69d991f72a
commit ab23a29328

View File

@ -42,7 +42,7 @@ struct poll_ctx {
uv_loop_t *loop;
uv_fs_poll_cb poll_cb;
uv_timer_t timer_handle;
uv_fs_t fs_req; /* TODO(bnoordhuis) mark fs_req internal */
uv_fs_t fs_req;
uv_stat_t statbuf;
struct poll_ctx *previous; /* context from previous start()..stop() period */
char path[1]; /* variable length */