projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49ec9e0
)
StoreSession: Remove outdated comment
author
Soeren Apel
<soeren@apelpie.net>
Fri, 10 Feb 2017 19:28:20 +0000
(20:28 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 15 Feb 2017 11:12:51 +0000
(12:12 +0100)
pv/storesession.cpp
patch
|
blob
|
history
diff --git
a/pv/storesession.cpp
b/pv/storesession.cpp
index 55b199a3380bfee054f1152000c7c87c380b55c9..b0f33f4a7a2ae674f2253ca16bedf11362475dfb 100644
(file)
--- a/
pv/storesession.cpp
+++ b/
pv/storesession.cpp
@@
-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,