summaryrefslogtreecommitdiff
path: root/fs_mgr/libfiemap/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs_mgr/libfiemap/metadata.h')
-rw-r--r--fs_mgr/libfiemap/metadata.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs_mgr/libfiemap/metadata.h b/fs_mgr/libfiemap/metadata.h
index 30b2c61b1..4eb3ad5c5 100644
--- a/fs_mgr/libfiemap/metadata.h
+++ b/fs_mgr/libfiemap/metadata.h
@@ -20,7 +20,6 @@
#include <string>
#include <libfiemap/split_fiemap_writer.h>
-#include <liblp/builder.h>
#include <liblp/liblp.h>
namespace android {
@@ -35,9 +34,5 @@ bool AddAttributes(const std::string& metadata_dir, const std::string& partition
bool RemoveImageMetadata(const std::string& metadata_dir, const std::string& partition_name);
bool RemoveAllMetadata(const std::string& dir);
-bool FillPartitionExtents(android::fs_mgr::MetadataBuilder* builder,
- android::fs_mgr::Partition* partition, android::fiemap::SplitFiemap* file,
- uint64_t partition_size);
-
} // namespace fiemap
} // namespace android