Cleanup: remove unused trace_clock_read32()
[lttng-modules.git] / wrapper / trace-clock.h
index b145b826571ee4fe3095973a0f6360de3344c9e6..5705d0c25a9477fe3b80710fb97ef0ad66ab2261 100644 (file)
@@ -140,11 +140,6 @@ static inline u64 trace_clock_monotonic_wrapper(void)
 }
 #endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0)) */
 
-static inline u32 trace_clock_read32(void)
-{
-       return (u32) trace_clock_monotonic_wrapper();
-}
-
 static inline u64 trace_clock_read64(void)
 {
        return (u64) trace_clock_monotonic_wrapper();
This page took 0.023937 seconds and 4 git commands to generate.