From 0d4bab5e4bd1654515ce754a3d9699cafe9b41b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 6 Oct 2016 23:39:40 -0400 Subject: [PATCH] Clean-up: remove copy-pasted comment from save.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/lib/lttng-ctl/load.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; -- 2.34.1