Bug 1057134 - Remove std::_Debug_message linking hack that's no longer needed. r=dmajor.

--HG--
extra : rebase_source : 53ee0cebc42269dcc228cfc5a18b0288e13716f3
This commit is contained in:
Nicholas Nethercote 2015-01-08 21:59:43 -08:00
Родитель a7238c41c9
Коммит e147e4d209
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -43,13 +43,6 @@
# define MOZ_HAVE_CXX11_ATOMICS
# endif
#elif defined(_MSC_VER)
# if defined(DEBUG)
/*
* Provide our own failure code since we're having trouble linking to
* std::_Debug_message (bug 982310).
*/
# define _INVALID_MEMORY_ORDER MOZ_CRASH("Invalid memory order")
# endif
# define MOZ_HAVE_CXX11_ATOMICS
#endif