]> sigrok.org Git - pulseview.git/commitdiff
StoreSession: Remove outdated comment
authorSoeren Apel <redacted>
Fri, 10 Feb 2017 19:28:20 +0000 (20:28 +0100)
committerUwe Hermann <redacted>
Wed, 15 Feb 2017 11:12:51 +0000 (12:12 +0100)
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,