From: Soeren Apel Date: Fri, 10 Feb 2017 19:28:20 +0000 (+0100) Subject: StoreSession: Remove outdated comment X-Git-Tag: pulseview-0.4.0~193 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=9daf2d80edb259028e26301d49d02752a115d6f6 StoreSession: Remove outdated comment --- diff --git a/pv/storesession.cpp b/pv/storesession.cpp index 55b199a3..b0f33f4a 100644 --- a/pv/storesession.cpp +++ b/pv/storesession.cpp @@ -258,8 +258,6 @@ void StoreSession::store_proc(vector< shared_ptr > achannel_li const float *adata = asegment->get_samples(start_sample_, start_sample_ + packet_len); - // The srzip format currently only supports packets with one - // analog channel. See zip_append_analog() in srzip.c auto analog = context->create_analog_packet( vector >{achannel}, (float *)adata, packet_len,