diff --git a/mozilla/netwerk/protocol/http/src/nsHTTPChannel.cpp b/mozilla/netwerk/protocol/http/src/nsHTTPChannel.cpp index 0d58d71551e..2ba31cb360f 100644 --- a/mozilla/netwerk/protocol/http/src/nsHTTPChannel.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHTTPChannel.cpp @@ -807,7 +807,6 @@ nsHTTPChannel::CheckCache() // retrieve an existing cache entry or create a new one. if (!mCacheEntry) { -#if defined(XP_PC) || defined(XP_MAC) || defined(XP_UNIX) // Temporary code to disable cache on platforms where it is not // known to work static NS_DEFINE_CID(kPrefServiceCID, NS_PREF_CID); @@ -818,7 +817,6 @@ nsHTTPChannel::CheckCache() prefs->GetBoolPref("browser.cache.enable", &useCache); if (!useCache) return NS_OK; -#endif // Get the cache manager service // TODO - we should cache this service