From cf18f12435d8eb4422d96455293ec8e7e25f1ffc Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 21 Feb 2012 10:59:56 -0500 Subject: [PATCH] Remove useless const qualifier commit bf24b009e15fdf7c9c5fdf464a2576ce8cd7dfc3 upstream. Signed-off-by: Mathieu Desnoyers Signed-off-by: Christian Babeux --- liblttng-ust/clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblttng-ust/clock.h b/liblttng-ust/clock.h index 1523be09..88eca432 100644 --- a/liblttng-ust/clock.h +++ b/liblttng-ust/clock.h @@ -52,7 +52,7 @@ uint64_t trace_clock_freq(void) } static __inline__ -const int trace_clock_uuid(char *uuid) +int trace_clock_uuid(char *uuid) { int ret = 0; size_t len; -- 2.34.1