Skip to content
Snippets Groups Projects
Commit 971197c9 authored by Jacek Caban's avatar Jacek Caban
Browse files

Bug 1176731 - Don't mark static inline functions as MFBT_API in TimeStamp.h. r=Waldo

parent c14fa3ae
No related merge requests found
......@@ -426,8 +426,8 @@ public:
* lower precision, usually 15.6 ms, but with very good performance benefit.
* Use it for measurements of longer times, like >200ms timeouts.
*/
static MFBT_API TimeStamp Now() { return Now(true); }
static MFBT_API TimeStamp NowLoRes() { return Now(false); }
static TimeStamp Now() { return Now(true); }
static TimeStamp NowLoRes() { return Now(false); }
/**
* Return a timestamp representing the time when the current process was
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment