mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 18:34:11 +02:00
Remove h5_data definition from writer
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
#include <iostream>
|
||||
|
||||
#include "H5ChunkedWriter.hpp"
|
||||
#include "h5_file_format.hpp"
|
||||
|
||||
@@ -229,5 +228,4 @@ hsize_t HDF5ChunkedWriter::prepare_storage_for_frame(size_t frame_index, size_t*
|
||||
return relative_frame_index;
|
||||
}
|
||||
|
||||
void HDF5ChunkedWriter::write_format(h5_base& format_root, std::map<std::string, h5_value>& values) {
|
||||
}
|
||||
void HDF5ChunkedWriter::write_format(h5_base& format_root, std::map<std::string, h5_value>& values) {}
|
||||
Reference in New Issue
Block a user