diff --git a/include/dwarfs/reader/filesystem_v2.h b/include/dwarfs/reader/filesystem_v2.h index 7cd3e25e..9ba7738c 100644 --- a/include/dwarfs/reader/filesystem_v2.h +++ b/include/dwarfs/reader/filesystem_v2.h @@ -96,8 +96,6 @@ class filesystem_v2 { static std::optional> header(std::shared_ptr 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); }