Bug 1179063 - Cleanup: remove useless pn_index. (r=me)

This commit is contained in:
Shu-yu Guo 2015-08-02 15:11:39 -07:00
Родитель c04b0be1f1
Коммит ae6469ddd5
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -5861,7 +5861,6 @@ BytecodeEmitter::emitFunction(ParseNode* pn, bool needsProto)
bi->kind() == Binding::ARGUMENT);
MOZ_ASSERT(bi.argOrLocalIndex() < JS_BIT(20));
#endif
pn->pn_index = index;
if (!emitIndexOp(JSOP_LAMBDA, index))
return false;
MOZ_ASSERT(pn->getOp() == JSOP_GETLOCAL || pn->getOp() == JSOP_GETARG);

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

@ -655,7 +655,6 @@ class ParseNode
#define pn_cookie pn_u.name.cookie
#define pn_dflags pn_u.name.dflags
#define pn_blockid pn_u.name.blockid
#define pn_index pn_u.name.blockid /* reuse as object table index */
#define pn_head pn_u.list.head
#define pn_tail pn_u.list.tail
#define pn_count pn_u.list.count