ctf: assert that msg iter and medium seek offset is valid
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.c
index b8f3c8c278c36c31cd232351147e40ee243e6816..2376d440bb4c3be91bc7f8efb8353087a2549811 100644 (file)
@@ -835,8 +835,6 @@ enum lttng_live_iterator_status lttng_live_iterator_next_handle_one_active_data_
                 */
                ret = LTTNG_LIVE_ITERATOR_STATUS_CONTINUE;
                break;
-       case CTF_MSG_ITER_STATUS_INVAL:
-               /* No argument provided by the user, so don't return INVAL. */
        case CTF_MSG_ITER_STATUS_ERROR:
        default:
                ret = LTTNG_LIVE_ITERATOR_STATUS_ERROR;
This page took 0.022779 seconds and 4 git commands to generate.