Clean-up: remove copy-pasted comment from save.c
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Oct 2016 03:39:40 +0000 (23:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Oct 2016 04:44:05 +0000 (00:44 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/lib/lttng-ctl/load.c

index 1e17d481b1041750b3dca811c1721befb6e88016..be236f242b25b9fb0096ba42e73167d6400fb38b 100644 (file)
@@ -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;
This page took 0.026999 seconds and 5 git commands to generate.