Remove unnecessary splint annotation.

This commit is contained in:
Andrew Wood
2025-10-28 21:39:54 +00:00
parent 22e9e00f63
commit c7a6f85dd2
-1
View File
@@ -174,7 +174,6 @@ struct pvstate_s {
struct pvwatcheditem_s { /* array of PID or PID:FD items */
pid_t pid; /* watched PID */
int fd; /* watched fd, or -1 for all */
/*@null@*/
pvwatchfd_t info_array; /* watch information for each fd */
int array_length; /* length of watch info array */
bool finished; /* "PID:FD": fd closed; or PID gone */