diff options
Diffstat (limited to 'os/kernel/include/chvt.h')
-rw-r--r-- | os/kernel/include/chvt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/kernel/include/chvt.h b/os/kernel/include/chvt.h index 65a1c5bb4..8b065b208 100644 --- a/os/kernel/include/chvt.h +++ b/os/kernel/include/chvt.h @@ -87,7 +87,6 @@ typedef struct { list. */
VirtualTimer *vt_prev; /**< @brief Last timer in the delta
list. */
- systime_t vt_time; /**< @brief Must be initialized to -1. */
volatile systime_t vt_systime; /**< @brief System Time counter. */
} VTList;
|