Remove unused code.

This commit is contained in:
Daniel Patterson
2016-11-14 15:27:09 -08:00
parent 2f9b5788d0
commit 2dfeb0cabc
2 changed files with 2 additions and 30 deletions
+2 -2
View File
@@ -780,8 +780,8 @@ void Storage::LoadData(DataLayout *layout_ptr, char *memory_ptr)
const auto profile_properties_ptr =
layout_ptr->GetBlockPtr<extractor::ProfileProperties, true>(memory_ptr,
DataLayout::PROPERTIES);
const auto properties_size = io::readPropertiesCount();
io::readProperties(profile_properties_file, profile_properties_ptr, properties_size);
profile_properties_file.ReadInto(profile_properties_ptr,
layout_ptr->num_entries[DataLayout::PROPERTIES]);
}
// Load intersection data