Bug 205247 warning: `JSBool ReportOutOfMemory(class XPCCallContext &)' defined but not used
r=dbradley sr=dmose
This commit is contained in:
Родитель
3e7a9da2aa
Коммит
e32e0a74a0
|
@ -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};
|
||||
|
||||
/***************************************************************************/
|
||||
|
|
Загрузка…
Ссылка в новой задаче