Bug 205247 warning: `JSBool ReportOutOfMemory(class XPCCallContext &)' defined but not used

r=dbradley sr=dmose
This commit is contained in:
timeless%mozdev.org 2003-05-23 22:06:27 +00:00
Родитель 48d1e3c8e3
Коммит 30ad7506e5
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -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};
/***************************************************************************/