Bug853350 - Followup. error: 'aService' was not declared in this scope. r=me

This commit is contained in:
Fernando Jiménez 2013-05-10 13:57:26 +02:00
parent 204b35d4df
commit 92d4eef8c8

View File

@ -278,7 +278,6 @@ void
StartDiskSpaceWatcher()
{
MOZ_ASSERT(NS_IsMainThread());
MOZ_ASSERT(aService);
// Bail out if called several times.
if (gHalDiskSpaceWatcher != nullptr) {