diff --git a/init/builtins.cpp b/init/builtins.cpp index a70e86683..a95a4a315 100644 --- a/init/builtins.cpp +++ b/init/builtins.cpp @@ -475,8 +475,6 @@ static struct { { 0, 0 }, }; -#define DATA_MNT_POINT "/data" - /* mount */ static Result do_mount(const BuiltinArguments& args) { const char* options = nullptr;