From fe91611cb1c484429f2fdc958732337a5fc38fa8 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Mon, 14 Mar 2016 14:54:37 -0500 Subject: DataManager Updates The goal of this change is to make DataManager use InfoManager to reduce code duplication. Change-Id: Ia4f4c4324453a192995e0f442db0a03628c13e46 --- partition.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'partition.cpp') diff --git a/partition.cpp b/partition.cpp index fe2843cae..188a739ea 100644 --- a/partition.cpp +++ b/partition.cpp @@ -285,7 +285,6 @@ bool TWPartition::Process_Fstab_Line(string Line, bool Display_Error) { char crypto_blkdev[255]; property_get("ro.crypto.fs_crypto_blkdev", crypto_blkdev, "error"); if (strcmp(crypto_blkdev, "error") != 0) { - DataManager::SetValue(TW_DATA_BLK_DEVICE, Primary_Block_Device); DataManager::SetValue(TW_IS_DECRYPTED, 1); Is_Encrypted = true; Is_Decrypted = true; -- cgit v1.2.3