summaryrefslogtreecommitdiffstats
path: root/update_verifier/include
diff options
context:
space:
mode:
authorxunchang <xunchang@google.com>2019-03-13 22:21:48 +0100
committerxunchang <xunchang@google.com>2019-03-13 23:24:13 +0100
commitaaa6103ae72985d061432745e668df9ca29d6ac2 (patch)
tree58850604aff1c043e0097f82505e9aaba82b2c3a /update_verifier/include
parentMerge "Use the package class for wipe packages" (diff)
downloadandroid_bootable_recovery-aaa6103ae72985d061432745e668df9ca29d6ac2.tar
android_bootable_recovery-aaa6103ae72985d061432745e668df9ca29d6ac2.tar.gz
android_bootable_recovery-aaa6103ae72985d061432745e668df9ca29d6ac2.tar.bz2
android_bootable_recovery-aaa6103ae72985d061432745e668df9ca29d6ac2.tar.lz
android_bootable_recovery-aaa6103ae72985d061432745e668df9ca29d6ac2.tar.xz
android_bootable_recovery-aaa6103ae72985d061432745e668df9ca29d6ac2.tar.zst
android_bootable_recovery-aaa6103ae72985d061432745e668df9ca29d6ac2.zip
Diffstat (limited to 'update_verifier/include')
-rw-r--r--update_verifier/include/update_verifier/update_verifier.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/update_verifier/include/update_verifier/update_verifier.h b/update_verifier/include/update_verifier/update_verifier.h
index b00890e82..4c64b1ea1 100644
--- a/update_verifier/include/update_verifier/update_verifier.h
+++ b/update_verifier/include/update_verifier/update_verifier.h
@@ -50,9 +50,6 @@ class UpdateVerifier {
private:
friend class UpdateVerifierTest;
- // Parses the legacy care_map.txt in plain text format.
- bool ParseCareMapPlainText(const std::string& content);
-
// Finds all the dm-enabled partitions, and returns a map of <partition_name, block_device>.
std::map<std::string, std::string> FindDmPartitions();