fix(filesystem_v2): remove unimplemented static method declaration

This commit is contained in:
Marcus Holland-Moritz 2024-08-20 10:18:58 +02:00
parent ff17a20e57
commit a41d044bff

View File

@ -96,8 +96,6 @@ class filesystem_v2 {
static std::optional<std::span<uint8_t const>>
header(std::shared_ptr<mmif> mm, file_off_t image_offset);
static fsinfo_features features_for_level(int level);
int check(filesystem_check_level level, size_t num_threads = 0) const {
return impl_->check(level, num_threads);
}