Bug 1073081 - Fix -Waddress warnings about Nuwa functions. r=khuey

This commit is contained in:
Botond Ballo
2014-11-26 19:20:03 -05:00
parent b6094e1904
commit a8727de956
9 changed files with 0 additions and 20 deletions

View File

@@ -201,8 +201,6 @@ TimerThread::Run()
#ifdef MOZ_NUWA_PROCESS
if (IsNuwaProcess()) {
NS_ASSERTION(NuwaMarkCurrentThread,
"NuwaMarkCurrentThread is undefined!");
NuwaMarkCurrentThread(nullptr, nullptr);
}
#endif