cleanup qemu/util/qemu-timer-common.c

This commit is contained in:
Nguyen Anh Quynh
2017-01-21 14:53:33 +08:00
parent e98a396e68
commit 0d51163abc
2 changed files with 0 additions and 20 deletions

View File

@ -181,8 +181,6 @@ static inline int64_t get_clock(void)
#else
extern int use_rt_clock;
static inline int64_t get_clock(void)
{
return get_clock_realtime();