Clean-up: lttng-sessiond: fix -Wshadow error in check_session_rotation_pending
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index 81cdb75d8f06fc515fb4be9e1b70820215bf6459..31e65113654c72258592f0d10bc64fc8f0364f90 100644 (file)
@@ -494,8 +494,6 @@ int check_session_rotation_pending(struct ltt_session *session,
        ret = 0;
 check_ongoing_rotation:
        if (session->rotation_state == LTTNG_ROTATION_STATE_ONGOING) {
-               uint64_t chunk_being_archived_id;
-
                chunk_status = lttng_trace_chunk_get_id(
                                session->chunk_being_archived,
                                &chunk_being_archived_id);
This page took 0.02341 seconds and 4 git commands to generate.