зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1649653 - fix compilation on non-profiler platforms. r=gerald
Differential Revision: https://phabricator.services.mozilla.com/D81803
This commit is contained in:
Родитель
3fca243aa4
Коммит
1c860a4d74
|
@ -40,6 +40,8 @@
|
|||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
#ifdef MOZ_GECKO_PROFILER
|
||||
|
||||
MOZ_MAYBE_UNUSED static void SleepMilli(unsigned aMilliseconds) {
|
||||
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||
Sleep(aMilliseconds);
|
||||
|
@ -58,8 +60,6 @@ MOZ_MAYBE_UNUSED static void SleepMilli(unsigned aMilliseconds) {
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef MOZ_GECKO_PROFILER
|
||||
|
||||
using namespace mozilla;
|
||||
|
||||
void TestPowerOfTwoMask() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче