Loading init/builtins.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
init/builtins.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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