Build fix: use of mutable keyword in C file
[lttng-tools.git] / src / bin / lttng-relayd / session.c
index d6909fce13375548a28395aa74c75e1d7e70be73..8a68c11b39f988ca3734621dfc184e360f78295e 100644 (file)
@@ -486,8 +486,6 @@ bool session_has_ongoing_rotation(const struct relay_session *session)
        struct lttng_ht_iter iter;
        struct relay_session *iterated_session;
 
-       ASSERT_LOCKED(session->lock);
-
        if (!session->id_sessiond.is_set) {
                /*
                 * The peer that created this session is too old to
This page took 0.035013 seconds and 4 git commands to generate.