mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 22:10:54 -04:00
fix(filesystem_v2): remove unimplemented static method declaration
This commit is contained in:
parent
ff17a20e57
commit
a41d044bff
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user