Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 855e6821 authored by RafayKamran's avatar RafayKamran
Browse files

Deleted unused MAX_ARGS_ARRAY_SIZE

Bug: 203430457
Test: Builds
Change-Id: I84f00f1dbf4399507f08adbc514bd6a16ea2ccec
parent 1dbd7a49
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 {