From f06e218e826039bf5113de5a773803fccfcac561 Mon Sep 17 00:00:00 2001 From: Andrew Scull Date: Thu, 21 Sep 2023 14:50:55 +0000 Subject: [PATCH] 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 --- init/builtins.cpp | 2 -- 1 file changed, 2 deletions(-) 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;