Merge "Delete unused DATA_MNT_POINT macro" into main
This commit is contained in:
commit
9c562cf82b
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue