зеркало из https://github.com/mozilla/gecko-dev.git
Bug 205247 warning: `JSBool ReportOutOfMemory(class XPCCallContext &)' defined but not used
r=dbradley sr=dmose
This commit is contained in:
Родитель
48d1e3c8e3
Коммит
30ad7506e5
|
@ -1485,12 +1485,6 @@ static JSBool Throw(uintN errNum, XPCCallContext& ccx)
|
|||
return JS_FALSE;
|
||||
}
|
||||
|
||||
static JSBool ReportOutOfMemory(XPCCallContext& ccx)
|
||||
{
|
||||
JS_ReportOutOfMemory(ccx);
|
||||
return JS_FALSE;
|
||||
}
|
||||
|
||||
enum SizeMode {GET_SIZE, GET_LENGTH};
|
||||
|
||||
/***************************************************************************/
|
||||
|
|
Загрузка…
Ссылка в новой задаче