remove bogus CHECK_REQUEST in JS_ClearRegexpStatics (16128)

This commit is contained in:
shaver%mozilla.org 2000-05-14 15:38:04 +00:00
Родитель 918e0cb0ca
Коммит ee453f5618
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -3118,7 +3118,6 @@ JS_ClearRegExpStatics(JSContext *cx)
{
JSRegExpStatics *res;
CHECK_REQUEST(cx);
/* No locking required, cx is thread-private and input must be live. */
res = &cx->regExpStatics;
res->input = NULL;