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

Commit 8c607231 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 am: beba02d4

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

Change-Id: I9f5ea2ed69826495ccaafa97309707ca2b2c63de
parents 5b231684 beba02d4
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 {