Cleanup: Remove unused variable
[lttng-tools.git] / 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.024521 seconds and 5 git commands to generate.