]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/link-mso19/api.c
Drop unneeded std_session_send_df_header() comments.
[libsigrok.git] / src / hardware / link-mso19 / api.c
index a0f033a8291344ccdf1c34b673c184c962057399..4fcc87a076f13c090f2bdb2aa82d2df682b484ac 100644 (file)
@@ -446,7 +446,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data)
        /* Reset trigger state. */
        devc->trigger_state = 0x00;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Our first channel is analog, the other 8 are of type 'logic'. */