Bug 1031166 - Fix non-unified OS X build's warnings-as-errors in toolkit/components/places. r=mak

This commit is contained in:
Chris Peterson 2014-06-26 23:34:56 -07:00
parent 146b02353e
commit d69d580060

View File

@ -102,8 +102,6 @@ using namespace mozilla::places;
// for repeating stuff. These are milliseconds between "now" cache refreshes.
#define RENEW_CACHED_NOW_TIMEOUT ((int32_t)3 * PR_MSEC_PER_SEC)
static const int64_t USECS_PER_DAY = (int64_t)PR_USEC_PER_SEC * 60 * 60 * 24;
// character-set annotation
#define CHARSET_ANNO NS_LITERAL_CSTRING("URIProperties/characterSet")