Linux build fixes.

git-svn-id: svn://10.0.0.236/trunk@133033 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2002-11-05 22:16:16 +00:00
parent d8705a94b5
commit 5a0f930416
11 changed files with 39 additions and 26 deletions

View File

@@ -194,7 +194,6 @@ static js2val Array_pop(JS2Metadata *meta, const js2val thisValue, js2val * /*ar
if (length > 0) {
Multiname mn(numberToString(length - 1), meta->publicNamespace);
LookupKind lookup(false, JS2VAL_NULL);
const String *id = numberToString(length - 1);
js2val result = JS2VAL_UNDEFINED;
bool deleteResult;
meta->readDynamicProperty(thisObj, &mn, &lookup, RunPhase, &result);