Remove unused variables from config

This commit is contained in:
2018-01-17 14:16:30 +01:00
parent 26f4219414
commit c2f866dbb7
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -10,9 +10,6 @@ namespace config {
uint32_t ring_buffer_read_retry_interval = 5;
// H5 config.
std::string dataset_name = "data";
hsize_t dataset_increase_step = 1000;
hsize_t initial_dataset_size = 1000;
H5::PredType dataset_type = H5::PredType::NATIVE_UINT8;
H5T_order_t dataset_byte_order = H5T_ORDER_LE;
}