src.ctf.fs: initialize ctf_fs_ds_index_entry::packet_seq_num to UINT64_MAX in class
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.cpp
index aa36c7c6b95070599d8268b5a761d8365bc56d72..3eb3604e437e49ba4eff35e1381ef57e66f1ad99 100644 (file)
@@ -384,8 +384,6 @@ static ctf_fs_ds_index_entry::UP ctf_fs_ds_index_entry_create(const bt2c::DataLe
 {
     ctf_fs_ds_index_entry::UP entry = bt2s::make_unique<ctf_fs_ds_index_entry>(offset, packetSize);
 
-    entry->packet_seq_num = UINT64_MAX;
-
     return entry;
 }
 
This page took 0.022573 seconds and 4 git commands to generate.