commit | 9c562cf82b0e3e2300d80a19c02421ee0b85e63c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Sep 21 17:33:28 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 21 17:33:28 2023 +0000 |
tree | fca02e57d746b509772c892f66234ad98e751bfd | |
parent | fad3b2fbad5e34cc81551c11b9a54e954a69cc46 [diff] | |
parent | f06e218e826039bf5113de5a773803fccfcac561 [diff] |
Merge "Delete unused DATA_MNT_POINT macro" into main
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;