Remove unused variable mount_point
Since aosp/929692, this variable has been discard. Test: manual Signed-off-by: zhangyongpeng <zhangyongpeng@xiaomi.com> Change-Id: I164766c9af06c0c19bc19b258cb866ed7cf36853
This commit is contained in:
parent
ecdbbbda82
commit
18b3fda9b7
1 changed files with 0 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue