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

Commit beba02d4 authored by Rafay Kamran's avatar Rafay Kamran Committed by Automerger Merge Worker
Browse files

Merge "Deleted unused MAX_ARGS_ARRAY_SIZE" am: 1de5e144 am: 96418796

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1862054

Change-Id: Ie44a973d968af165bc5fcd1ffd08b07f35cb49ee
parents e11025f9 96418796
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 {