diff --git a/common/spice_common.h b/common/spice_common.h index d324ca1..bc74486 100644 --- a/common/spice_common.h +++ b/common/spice_common.h @@ -63,11 +63,4 @@ } \ } while (0) -static inline uint64_t get_time_stamp(void) -{ - struct timespec time_space; - clock_gettime(CLOCK_MONOTONIC, &time_space); - return time_space.tv_sec * 1000 * 1000 * 1000 + time_space.tv_nsec; -} - #endif