Remove gfxCrashReporterUtils leftover.

Tag #20.
This commit is contained in:
wolfbeast 2018-05-20 12:14:47 +02:00 committed by Roy Tam
commit 22a077d0ed

View file

@ -108,8 +108,6 @@ static bool IsOmxSupported()
return false;
}
ScopedGfxFeatureReporter reporter("Stagefright", forceEnabled);
if (!forceEnabled) {
nsCOMPtr<nsIGfxInfo> gfxInfo = services::GetGfxInfo();
if (gfxInfo) {
@ -124,7 +122,6 @@ static bool IsOmxSupported()
}
}
reporter.SetSuccessful();
return true;
}