From: Jérémie Galarneau Date: Fri, 7 Oct 2016 03:39:40 +0000 (-0400) Subject: Clean-up: remove copy-pasted comment from save.c X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=0d4bab5e4bd1654515ce754a3d9699cafe9b41b2 Clean-up: remove copy-pasted comment from save.c Signed-off-by: Jérémie Galarneau --- diff --git a/src/lib/lttng-ctl/load.c b/src/lib/lttng-ctl/load.c index 1e17d481b..be236f242 100644 --- a/src/lib/lttng-ctl/load.c +++ b/src/lib/lttng-ctl/load.c @@ -504,11 +504,7 @@ end: free(uri); return ret; } -/* - * The lttng-ctl API does not expose all the information needed to load the - * session configurations. Thus, we must send a load command to the session - * daemon which will, in turn, load its current session configuration. - */ + int lttng_load_session(struct lttng_load_session_attr *attr) { int ret;