From a41d044bffe9fcb960ad6d9e578e2f6679fe3ad5 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 20 Aug 2024 10:18:58 +0200 Subject: [PATCH] fix(filesystem_v2): remove unimplemented static method declaration --- include/dwarfs/reader/filesystem_v2.h | 2 -- 1 file changed, 2 deletions(-) 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); }