commit | 98d05700d6055532e6e37675e21b83b3c97b7c6e | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@android.com> | Thu Oct 10 15:51:11 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 10 15:51:12 2013 +0000 |
tree | 4c4943088ffb4a39f3b3137a5e52505fc59a84fd | |
parent | 5d09126ad1cd10c74e676fb158f1d057a37180b2 [diff] | |
parent | 63b69e1412c62f6b81b73a616f284f1b470e9f1c [diff] |
Merge "Remove unused MAX_PARTS define"
diff --git a/DirectVolume.h b/DirectVolume.h index c0139d4..b7fea57 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 {