Merge "Delete unused DATA_MNT_POINT macro" into main

This commit is contained in:
Treehugger Robot 2023-09-21 17:33:28 +00:00 committed by Gerrit Code Review
commit 9c562cf82b

View file

@ -475,8 +475,6 @@ static struct {
{ 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;