Remove no longer necessary MS_LAZYTIME definitions.

Change-Id: Idf2d947509731715f895518b541d55d55187c43d
This commit is contained in:
Elliott Hughes 2024-11-21 18:46:28 +00:00
parent 0582e461bc
commit 0701fed364
2 changed files with 0 additions and 8 deletions

View file

@ -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;

View file

@ -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 =