зеркало из https://github.com/mozilla/gecko-dev.git
Remove the unused UnexpectedFailure static function to fix my build, no bug
This commit is contained in:
Родитель
9c2b8c282f
Коммит
2da86dcc9e
|
@ -2893,12 +2893,6 @@ XPCWrappedNative::HasNativeMember(HandleId name)
|
|||
return GetSet()->FindMember(name, &member, &ignored) && !!member;
|
||||
}
|
||||
|
||||
static inline nsresult UnexpectedFailure(nsresult rv)
|
||||
{
|
||||
NS_ERROR("This is not supposed to fail!");
|
||||
return rv;
|
||||
}
|
||||
|
||||
/* void finishInitForWrappedGlobal (); */
|
||||
NS_IMETHODIMP XPCWrappedNative::FinishInitForWrappedGlobal()
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче