Bug 1081258 - Remove unnecesary (re)definition of NAN, r=mikeh

--HG--
extra : rebase_source : 6c7d8f2454467ea9fcf23c8581f15eb96beb5eda
This commit is contained in:
Benjamin Smedberg 2014-10-11 15:56:54 +13:00
parent ddfb721db5
commit 9feee44085

View File

@ -15,10 +15,6 @@
#endif
#endif
#ifndef NAN
#define NAN std::numeric_limits<double>::quiet_NaN()
#endif
#include "prlog.h"
#ifdef PR_LOGGING