am 7bdfa52d: vold: cryptfs: Don\'t update KDF without validating pwd/key.

* commit '7bdfa52d934465e2182e2f1c200c4d8581ad5da6':
  vold: cryptfs: Don't update KDF without validating pwd/key.
diff --git a/DirectVolume.h b/DirectVolume.h
index 7be133f..beda7c3 100644
--- a/DirectVolume.h
+++ b/DirectVolume.h
@@ -21,8 +21,6 @@
 
 #include "Volume.h"
 
-#define MAX_PARTS 4
-
 typedef android::List<char *> PathCollection;
 
 class DirectVolume : public Volume {