From 9f74288f2ca0daad723414ee528cf4adc1eb6430 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 1 Sep 2018 15:07:37 +0300 Subject: cryptfs_hw: Remove unused variable Change-Id: I79333c3fac7391441ab391f7e850bb7bc904caf2 --- cryptfs_hw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptfs_hw.c b/cryptfs_hw.c index 68638a3..a5d76ef 100644 --- a/cryptfs_hw.c +++ b/cryptfs_hw.c @@ -363,7 +363,6 @@ int is_ice_enabled(void) { char prop_storage[PATH_MAX]; int storage_type = 0; - int fd; if (property_get("ro.boot.bootdevice", prop_storage, "")) { if (strstr(prop_storage, "ufs")) { -- cgit v1.2.3