Clean-up: consumer: fix -Wshadow error in lttng_consumer_rotate_channel
[lttng-tools.git] / src / common / consumer / consumer.c
index cecdc3f9152e705b0b1f426856e167959c4d0283..20f4deb29bf9f61cfbea4b64b3373605948ff357 100644 (file)
@@ -4094,7 +4094,6 @@ int lttng_consumer_rotate_channel(struct lttng_consumer_channel *channel,
                                         */
                                        flush_active = produced_pos != consumed_pos;
                                        if (!flush_active) {
-                                               enum lttng_trace_chunk_status chunk_status;
                                                const char *trace_chunk_name;
                                                uint64_t trace_chunk_id;
 
This page took 0.022884 seconds and 4 git commands to generate.