Merge "Remove unused variable mount_point"

This commit is contained in:
David Anderson 2023-03-23 15:39:49 +00:00 committed by Gerrit Code Review
commit b634c6f527

View file

@ -101,7 +101,6 @@ bool HashtreeDmVeritySetup(FstabEntry* fstab_entry, const FsAvbHashtreeDescripto
if (wait_for_verity_dev) timeout = 1s;
std::string dev_path;
const std::string mount_point(Basename(fstab_entry->mount_point));
const std::string device_name(GetVerityDeviceName(*fstab_entry));
android::dm::DeviceMapper& dm = android::dm::DeviceMapper::Instance();
if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) {