Remove vestigial initialization

This commit is contained in:
mrbkap%gmail.com 2007-06-05 23:44:21 +00:00
Родитель ac5827ba27
Коммит 3f7075a016
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1316,7 +1316,6 @@ obj_eval(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
* Script.prototype.compile/exec and Object.prototype.eval all take an
* optional trailing argument that overrides the scope object.
*/
scopeobj = NULL;
if (argc >= 2) {
if (!js_ValueToObject(cx, argv[1], &scopeobj))
return JS_FALSE;