Fix old reference to header values

This commit is contained in:
2018-02-12 10:39:19 +01:00
parent 63a5d480b3
commit a523622dd1
-1
View File
@@ -88,7 +88,6 @@ void ProcessManager::write_h5(WriterManager& manager, const H5Format& format, Ri
{
H5Writer writer(manager.get_output_file());
auto raw_frames_dataset_name = format.get_raw_frames_dataset_name();
const auto& header_value_type = format.get_header_value_type();
// Run until the running flag is set or the ring_buffer is empty.
while(manager.is_running() || !ring_buffer.is_empty()) {