From 9daf2d80edb259028e26301d49d02752a115d6f6 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Fri, 10 Feb 2017 20:28:20 +0100 Subject: [PATCH] StoreSession: Remove outdated comment --- pv/storesession.cpp | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.30.2