From 0701fed364e57ba7cb085c297ffe4641449c3d86 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 21 Nov 2024 18:46:28 +0000 Subject: [PATCH] Remove no longer necessary MS_LAZYTIME definitions. Change-Id: Idf2d947509731715f895518b541d55d55187c43d --- fs_mgr/libfstab/fstab.cpp | 4 ---- fs_mgr/tests/fs_mgr_test.cpp | 4 ---- 2 files changed, 8 deletions(-) diff --git a/fs_mgr/libfstab/fstab.cpp b/fs_mgr/libfstab/fstab.cpp index ca3599059..01e0e3d87 100644 --- a/fs_mgr/libfstab/fstab.cpp +++ b/fs_mgr/libfstab/fstab.cpp @@ -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; diff --git a/fs_mgr/tests/fs_mgr_test.cpp b/fs_mgr/tests/fs_mgr_test.cpp index 6e050cf4b..8004977c9 100644 --- a/fs_mgr/tests/fs_mgr_test.cpp +++ b/fs_mgr/tests/fs_mgr_test.cpp @@ -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 =