Merge "Remove no longer necessary MS_LAZYTIME definitions." into main am: 6ec942a0cb

Original change: https://android-review.googlesource.com/c/platform/system/core/+/3370977

Change-Id: Ibdf9ac99295be87e39adc010425144d3f2980a5b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2024-11-22 22:38:37 +00:00 committed by Automerger Merge Worker
commit c733a4ed04
2 changed files with 0 additions and 8 deletions

View file

@ -39,10 +39,6 @@
#include "fstab_priv.h" #include "fstab_priv.h"
#include "logging_macros.h" #include "logging_macros.h"
#if !defined(MS_LAZYTIME)
#define MS_LAZYTIME (1 << 25)
#endif
using android::base::EndsWith; using android::base::EndsWith;
using android::base::ParseByteCount; using android::base::ParseByteCount;
using android::base::ParseInt; using android::base::ParseInt;

View file

@ -37,10 +37,6 @@
using namespace android::fs_mgr; using namespace android::fs_mgr;
using namespace testing; using namespace testing;
#if !defined(MS_LAZYTIME)
#define MS_LAZYTIME (1 << 25)
#endif
namespace { namespace {
const std::string cmdline = const std::string cmdline =