Remove h5_data definition from writer

This commit is contained in:
2018-01-12 18:43:30 +01:00
parent 7a09d7006c
commit fb51153c66
2 changed files with 1 additions and 6 deletions
+1 -3
View File
@@ -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) {}