Bug 650987: Remove unused variable gOfflineCacheUpdateService from OfflineCacheUpdateParent.cpp and OfflineCacheUpdateChild.cpp. r=biesi

This commit is contained in:
Daniel Holbert
2011-04-20 01:28:21 +02:00
parent 45a0b8da4c
commit d946b0673b
2 changed files with 2 additions and 6 deletions

View File

@@ -62,8 +62,6 @@
#include "prlog.h"
#include "nsIAsyncVerifyRedirectCallback.h"
static nsOfflineCacheUpdateService *gOfflineCacheUpdateService = nsnull;
#if defined(PR_LOGGING)
//
// To enable logging (see prlog.h for full details):
@@ -528,4 +526,4 @@ OfflineCacheUpdateChild::RecvFinish(const bool &succeeded,
}
}
}
}