commit | dbbbf98dafe4e52ea8c808b28cb51ef1ccdf9ac3 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Sat Sep 01 15:07:37 2018 +0300 |
committer | Vaughn N <rwaterspf1@floydco.net> | Wed Dec 12 11:20:56 2018 -0500 |
tree | 4ef0e727bcd76d22db0cf0bcb153830174192cb1 | |
parent | 4dbf6163706c8644969522807380af06aef25fb6 [diff] |
cryptfs_hw: Remove unused variable Change-Id: I79333c3fac7391441ab391f7e850bb7bc904caf2 Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com>
diff --git a/cryptfs_hw.c b/cryptfs_hw.c index 2545d67..edfb418 100644 --- a/cryptfs_hw.c +++ b/cryptfs_hw.c
@@ -457,7 +457,6 @@ { char prop_storage[PATH_MAX]; int storage_type = 0; - int fd; if (property_get("ro.boot.bootdevice", prop_storage, "")) { if (strstr(prop_storage, "ufs")) {