Update posix environment

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2019-01-15 09:41:33 +01:00
parent 10c29b5fca
commit ad10d58a2c
2 changed files with 14 additions and 14 deletions

View File

@@ -563,11 +563,6 @@ static inline int env_in_interrupt(void)
return 0;
}
/* TODO(mwysocza): Is this really needed? */
static inline void env_touch_lockup_watchdog(void)
{
}
static inline uint64_t env_get_tick_count(void)
{
struct timeval tv;