mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
Backout changeset b31288fb959a (bug 1443265). r=froydnj
Because it never actually had an effect until clang 7, where it reveals the tree is not ready for it. See details in bug 1492743.
This commit is contained in:
parent
697b700c0f
commit
0121cc3b9f
@ -37,7 +37,7 @@ struct unused_t;
|
||||
* Otherwise, use std::move(RefPtr/nsCOMPtr/etc).
|
||||
*/
|
||||
template<class T>
|
||||
struct MOZ_TEMPORARY_CLASS MOZ_MUST_USE_TYPE MOZ_NON_AUTOABLE already_AddRefed
|
||||
struct MOZ_MUST_USE_TYPE MOZ_NON_AUTOABLE already_AddRefed
|
||||
{
|
||||
already_AddRefed() : mRawPtr(nullptr) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user