Bug 1065111 - Remove obsolete logging macros. r=jya

This commit is contained in:
Ralph Giles 2014-11-27 13:21:00 -08:00
parent 091ee0e924
commit 9fc126e5e8

View File

@ -15,13 +15,4 @@ PRLogModuleInfo* GetAppleMediaLog() {
}
return log;
}
#define WARN(...) PR_LOG(GetAppleMediaLog(), PR_LOG_WARNING, (__VA_ARGS__))
#else
#define WARN(...)
#endif
#define PROPERTY_ID_FORMAT "%c%c%c%c"
#define PROPERTY_ID_PRINT(x) ((x) >> 24), \
((x) >> 16) & 0xff, \
((x) >> 8) & 0xff, \
(x) & 0xff