summaryrefslogtreecommitdiffstats
path: root/mozglue/misc/TimeStamp_posix.cpp
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 21:16:37 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-22 21:16:37 -0500
commit5496e4f391dd42ebde590eb0b041667490464a90 (patch)
tree4f822eb958ec5d2cb7eaff5215e24e3d3c44b21f /mozglue/misc/TimeStamp_posix.cpp
parent13a8e788810c006e964cc3a87c0ddb9ca1eb9114 (diff)
downloadUXP-5496e4f391dd42ebde590eb0b041667490464a90.tar
UXP-5496e4f391dd42ebde590eb0b041667490464a90.tar.gz
UXP-5496e4f391dd42ebde590eb0b041667490464a90.tar.lz
UXP-5496e4f391dd42ebde590eb0b041667490464a90.tar.xz
UXP-5496e4f391dd42ebde590eb0b041667490464a90.zip
Issue #1053 - Remove android support from mozglue
Yes, I checked for unsaved files this time...
Diffstat (limited to 'mozglue/misc/TimeStamp_posix.cpp')
-rw-r--r--mozglue/misc/TimeStamp_posix.cpp2
1 files changed, 1 insertions, 1 deletions
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.