From 5496e4f391dd42ebde590eb0b041667490464a90 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 22 Feb 2020 21:16:37 -0500 Subject: Issue #1053 - Remove android support from mozglue Yes, I checked for unsaved files this time... --- mozglue/misc/TimeStamp_posix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mozglue/misc/TimeStamp_posix.cpp') diff --git a/mozglue/misc/TimeStamp_posix.cpp b/mozglue/misc/TimeStamp_posix.cpp index 05deddea4..d6dfb4053 100644 --- a/mozglue/misc/TimeStamp_posix.cpp +++ b/mozglue/misc/TimeStamp_posix.cpp @@ -206,7 +206,7 @@ TimeStamp::Now(bool aHighResolution) return TimeStamp(ClockTimeNs()); } -#if defined(XP_LINUX) || defined(ANDROID) +#ifdef XP_LINUX // Calculates the amount of jiffies that have elapsed since boot and up to the // starttime value of a specific process as found in its /proc/*/stat file. -- cgit v1.2.3