summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptfs_hw.c1
1 files changed, 0 insertions, 1 deletions
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")) {