From edc1b654ae3ec35b88b67056d0f662aca65743f8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 21 Dec 2011 16:23:55 -0500 Subject: [PATCH] Remove unused trace_clock_frequency Signed-off-by: Mathieu Desnoyers --- liblttng-ust/clock.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/liblttng-ust/clock.h b/liblttng-ust/clock.h index ed191b0b..b5d3e77c 100644 --- a/liblttng-ust/clock.h +++ b/liblttng-ust/clock.h @@ -42,13 +42,6 @@ static __inline__ uint64_t trace_clock_read64(void) return (ts.tv_sec * 1000000000) + ts.tv_nsec; } -#if __i386__ || __x86_64__ -static __inline__ uint64_t trace_clock_frequency(void) -{ - return 1000000000LL; -} -#endif /* #else #if __i386__ || __x86_64__ */ - static __inline__ uint32_t trace_clock_freq_scale(void) { return 1; -- 2.34.1