Cleanup: Remove unused variable
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Jan 2015 20:04:35 +0000 (15:04 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Jan 2015 20:04:35 +0000 (15:04 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c

index 06b015f937e3e12f2d2a360a3ac6223d3588b64b..cdc58b8cf1d4b534d959a5e4eb408bfe637c0f09 100644 (file)
@@ -3152,7 +3152,7 @@ int cmd_snapshot_record(struct ltt_session *session,
        int ret = LTTNG_OK;
        unsigned int use_tmp_output = 0;
        struct snapshot_output tmp_output;
-       unsigned int nb_streams, snapshot_success = 0;
+       unsigned int snapshot_success = 0;
 
        assert(session);
        assert(output);
This page took 0.027096 seconds and 4 git commands to generate.