зеркало из https://github.com/mozilla/pjs.git
Bug 736220 - Remove previously unused and broken assert definition from logging.h. r=cjones
This commit is contained in:
Родитель
a2139af1c5
Коммит
6a432060d4
|
@ -5,7 +5,6 @@
|
|||
#ifndef BASE_LOGGING_H_
|
||||
#define BASE_LOGGING_H_
|
||||
|
||||
#include <assert.h>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
|
@ -114,9 +113,4 @@ const mozilla::EmptyLog& operator <<(const mozilla::EmptyLog& log, const T&)
|
|||
#define DCHECK_GE(v1, v2) DCHECK((v1) >= (v2))
|
||||
#define DCHECK_GT(v1, v2) DCHECK((v1) > (v2))
|
||||
|
||||
#ifdef assert
|
||||
#undef assert
|
||||
#endif
|
||||
#define assert DLOG_ASSERT
|
||||
|
||||
#endif // BASE_LOGGING_H_
|
||||
|
|
Загрузка…
Ссылка в новой задаче