commit | 0fe1b3c518f6ba24831f0806eb35a88953ff75ba | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Sep 21 20:33:46 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 21 20:33:46 2023 +0000 |
tree | 56267b2b55b7dd10a0a14c20debc66ac08d3eb92 | |
parent | d53debca47364c243a9ea633eaa5f49bb891cd74 [diff] | |
parent | afc3f8e7e404134c5c3ba77d6cfd7f869459d8b0 [diff] |
Merge "Delete unused DATA_MNT_POINT macro" into main am: 9c562cf82b am: 5e32ce2d28 am: afc3f8e7e4 Original change: https://android-review.googlesource.com/c/platform/system/core/+/2759565 Change-Id: I92e8065d63da898e101772b7920125560b5dd2f1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/init/builtins.cpp b/init/builtins.cpp index a70e866..a95a4a3 100644 --- a/init/builtins.cpp +++ b/init/builtins.cpp
@@ -475,8 +475,6 @@ { 0, 0 }, }; -#define DATA_MNT_POINT "/data" - /* mount <type> <device> <path> <flags ...> <options> */ static Result<void> do_mount(const BuiltinArguments& args) { const char* options = nullptr;