]> sigrok.org Git - pulseview.git/blobdiff - pv/storesession.cpp
StoreSession: Remove outdated comment
[pulseview.git] / pv / storesession.cpp
index 55b199a3380bfee054f1152000c7c87c380b55c9..b0f33f4a7a2ae674f2253ca16bedf11362475dfb 100644 (file)
@@ -258,8 +258,6 @@ void StoreSession::store_proc(vector< shared_ptr<data::SignalBase> > 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<shared_ptr<sigrok::Channel> >{achannel},
                                        (float *)adata, packet_len,