mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
sched/timer: remove unused variable
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
hartmannathan
parent
fbf05db906
commit
fa761a8a6a
@@ -55,7 +55,6 @@ struct posix_timer_s
|
||||
uint8_t pt_crefs; /* Reference count */
|
||||
pid_t pt_owner; /* Creator of timer */
|
||||
int pt_delay; /* If non-zero, used to reset repetitive timers */
|
||||
int pt_last; /* Last value used to set watchdog */
|
||||
struct wdog_s pt_wdog; /* The watchdog that provides the timing */
|
||||
struct sigevent pt_event; /* Notification information */
|
||||
struct sigwork_s pt_work;
|
||||
|
||||
Reference in New Issue
Block a user