From: Mathieu Desnoyers Date: Tue, 21 Feb 2012 15:59:56 +0000 (-0500) Subject: Remove useless const qualifier X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=cf18f12435d8eb4422d96455293ec8e7e25f1ffc Remove useless const qualifier commit bf24b009e15fdf7c9c5fdf464a2576ce8cd7dfc3 upstream. Signed-off-by: Mathieu Desnoyers Signed-off-by: Christian Babeux --- 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;