Bug 1188569: Drop unneeded MOZ_WARN_UNUSED_RESULT from from LookupBestMatch in SurfaceCache.cpp. r=seth

This commit is contained in:
Daniel Holbert 2015-07-30 12:35:19 -07:00
parent a9bd8062d2
commit 584b0b326c

View File

@ -280,7 +280,6 @@ public:
return surface.forget();
}
MOZ_WARN_UNUSED_RESULT // See bug 1185044.
Pair<already_AddRefed<CachedSurface>, MatchType>
LookupBestMatch(const SurfaceKey& aSurfaceKey,
const Maybe<uint32_t>& aAlternateFlags)