Merge "Remove no longer necessary MS_LAZYTIME definitions." into main

This commit is contained in:
Treehugger Robot 2024-11-22 22:17:22 +00:00 committed by Gerrit Code Review
commit 6ec942a0cb
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 =