X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Frotation-thread.c;h=31e65113654c72258592f0d10bc64fc8f0364f90;hp=81cdb75d8f06fc515fb4be9e1b70820215bf6459;hb=13bdb81c99ef4350c0cb1eb88e95cf73fb4b56e4;hpb=997a03aacc9c43aaa4c2d8ca68a0337300891077 diff --git a/src/bin/lttng-sessiond/rotation-thread.c b/src/bin/lttng-sessiond/rotation-thread.c index 81cdb75d8..31e651136 100644 --- a/src/bin/lttng-sessiond/rotation-thread.c +++ b/src/bin/lttng-sessiond/rotation-thread.c @@ -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);