commit | 4e6e7e6c70a881b9d69bd7b68540b91aca2f47a2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Sep 16 01:24:16 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 16 01:24:16 2020 +0000 |
tree | ac0133931e2dda6c8003b64ae0744540df3fe9ec | |
parent | c5ff520a01d7629552ef7fe6146b788519afd74c [diff] | |
parent | b67708361f547a9b3a7e4ffdbb396693f89bde7d [diff] |
Merge "vold: remove unused code for CONFIG_HW_DISK_ENCRYPTION"
diff --git a/EncryptInplace.cpp b/EncryptInplace.cpp index b1bd11d..bdb2da7 100644 --- a/EncryptInplace.cpp +++ b/EncryptInplace.cpp
@@ -49,11 +49,7 @@ /* aligned 32K writes tends to make flash happy. * SD card association recommends it. */ -#ifndef CONFIG_HW_DISK_ENCRYPTION #define BLOCKS_AT_A_TIME 8 -#else -#define BLOCKS_AT_A_TIME 1024 -#endif struct encryptGroupsData { int realfd;