Merge "Remove no longer necessary MS_LAZYTIME definitions." into main am: 6ec942a0cb am: c733a4ed04
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3370977 Change-Id: Ib1dc454dfd508ab84eda9614ff869b7cf2b36086 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
117e6318e7
2 changed files with 0 additions and 8 deletions
|
|
@ -39,10 +39,6 @@
|
|||
#include "fstab_priv.h"
|
||||
#include "logging_macros.h"
|
||||
|
||||
#if !defined(MS_LAZYTIME)
|
||||
#define MS_LAZYTIME (1 << 25)
|
||||
#endif
|
||||
|
||||
using android::base::EndsWith;
|
||||
using android::base::ParseByteCount;
|
||||
using android::base::ParseInt;
|
||||
|
|
|
|||
|
|
@ -37,10 +37,6 @@
|
|||
using namespace android::fs_mgr;
|
||||
using namespace testing;
|
||||
|
||||
#if !defined(MS_LAZYTIME)
|
||||
#define MS_LAZYTIME (1 << 25)
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
const std::string cmdline =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue