diff --git a/src/include/pv-internal.h b/src/include/pv-internal.h index 9c18ed2..d69e620 100644 --- a/src/include/pv-internal.h +++ b/src/include/pv-internal.h @@ -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 */