From d69d5800602c6754bbfcf0d95c811e2fb974fd72 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Thu, 26 Jun 2014 23:34:56 -0700 Subject: [PATCH] Bug 1031166 - Fix non-unified OS X build's warnings-as-errors in toolkit/components/places. r=mak --- toolkit/components/places/nsNavHistory.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/toolkit/components/places/nsNavHistory.cpp b/toolkit/components/places/nsNavHistory.cpp index 5278f24e7979..32d5f8b728d8 100644 --- a/toolkit/components/places/nsNavHistory.cpp +++ b/toolkit/components/places/nsNavHistory.cpp @@ -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")