Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-defau...
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 4f374f030a9ed1f061a021b8836c4c1c250488ff..f8c02ee72cf03adf6eeca28548aa4f0aff98afcb 100644 (file)
@@ -1568,8 +1568,6 @@ int lttng_ustconsumer_read_subbuffer(struct lttng_consumer_stream *stream,
        DBG("In UST read_subbuffer (wait_fd: %d, name: %s)", stream->wait_fd,
                        stream->name);
 
-       sleep(1);
-
        /* Ease our life for what's next. */
        ustream = stream->ustream;
 
This page took 0.023169 seconds and 4 git commands to generate.