]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/pipistrello-ols/api.c
Drop unneeded std_session_send_df_header() comments.
[libsigrok.git] / src / hardware / pipistrello-ols / api.c
index d5ec1ef6070f82df7bbc3ccf8f8389a23f5ab636..d015d7d572d25d1b7e0e7c9a49f72a680e30334c 100644 (file)
@@ -689,7 +689,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc->cnt_bytes = devc->cnt_samples = devc->cnt_samples_rle = 0;
        memset(devc->sample, 0, 4);
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Hook up a dummy handler to receive data from the device. */