Removed unused variable declaration to eliminate warning

git-svn-id: svn://10.0.0.236/trunk@52042 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
fur%netscape.com 1999-10-28 02:48:32 +00:00
parent bc406e3e1e
commit 50f46042f0

View File

@ -784,7 +784,6 @@ JS_GetPropertyDescArray(JSContext *cx, JSObject *obj, JSPropertyDescArray *pda)
uint32 i, n;
JSPropertyDesc *pd;
JSScopeProperty *sprop;
jsval state;
clasp = OBJ_GET_CLASS(cx, obj);
if (!OBJ_IS_NATIVE(obj) || (clasp->flags & JSCLASS_NEW_ENUMERATE)) {