diff options
| author | 2021-10-19 09:46:53 +0000 | |
|---|---|---|
| committer | 2021-10-19 09:46:53 +0000 | |
| commit | 855e6821f655dd0c76b8c3e34df2ae5900839fcc (patch) | |
| tree | 95480fd654aec4b2e9df38eacae13020c4275e81 | |
| parent | 1dbd7a49ccc38c14d5268c562a14b5b0ba898af5 (diff) | |
Deleted unused MAX_ARGS_ARRAY_SIZE
Bug: 203430457
Test: Builds
Change-Id: I84f00f1dbf4399507f08adbc514bd6a16ea2ccec
| -rw-r--r-- | cmds/dumpstate/dumpstate.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmds/dumpstate/dumpstate.h b/cmds/dumpstate/dumpstate.h index 83e6787ebf..3722383e9e 100644 --- a/cmds/dumpstate/dumpstate.h +++ b/cmds/dumpstate/dumpstate.h @@ -38,11 +38,6 @@ #include "DumpPool.h" #include "TaskQueue.h" -// Workaround for const char *args[MAX_ARGS_ARRAY_SIZE] variables until they're converted to -// std::vector<std::string> -// TODO: remove once not used -#define MAX_ARGS_ARRAY_SIZE 1000 - // TODO: move everything under this namespace // TODO: and then remove explicitly android::os::dumpstate:: prefixes namespace android { |