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")) {