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

Commit f06e218e authored by Andrew Scull's avatar Andrew Scull
Browse files

Delete unused DATA_MNT_POINT macro

The macros isn't used anywhere but was a distraction when tracking down
/data mounting behaviour.

Test: build
Change-Id: Ie23574326cbebd7f515c8409e1dcb91a00cafc6f
parent d741c232
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;