Merge "Remove no longer necessary MS_LAZYTIME definitions." into main
This commit is contained in:
commit
6ec942a0cb
2 changed files with 0 additions and 8 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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 =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue