]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/baylibre-acme/api.c
Drop some obsolete and unneeded comments.
[libsigrok.git] / src / hardware / baylibre-acme / api.c
index bcd900d4c4ac53c0a3cfa0da83a324c7585baec0..c886bfcc26a4076309135c444932a4a24b792a14 100644 (file)
@@ -156,7 +156,6 @@ static int dev_open(struct sr_dev_inst *sdi)
 {
        (void)sdi;
 
-       /* Nothing to do here. */
        sdi->status = SR_ST_ACTIVE;
 
        return SR_OK;
@@ -166,7 +165,6 @@ static int dev_close(struct sr_dev_inst *sdi)
 {
        (void)sdi;
 
-       /* Nothing to do here. */
        sdi->status = SR_ST_INACTIVE;
 
        return SR_OK;