refactor(ivy): remove pChild from LNode (#24705)

PR Close #24705
This commit is contained in:
Kara Erickson
2018-06-28 16:40:16 -07:00
committed by Misko Hevery
parent ff84c5c4da
commit d243baf48a
5 changed files with 23 additions and 38 deletions

View File

@ -100,13 +100,6 @@ export interface LNode {
*/
pNextOrParent: LNode|null;
/**
* If this node is part of an i18n block, pointer to the first child after translation
* If this node is not part of an i18n block, this field is null.
*/
// TODO(kara): Remove this when removing pNextOrParent
pChild: LNode|null;
/**
* Pointer to the corresponding TNode object, which stores static
* data about this node.