Skip to content

Commit 7b13aa9

Browse files
kowsikrobrighter
authored andcommitted
removing dead code
1 parent 9272ced commit 7b13aa9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/node-xml.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -612,16 +612,6 @@ XMLP.prototype._parseText = function(iB) {
612612
}
613613
}
614614

615-
// iE = this.m_xml.indexOf("<", iB);
616-
// if(iE == -1) {
617-
// iE = this.m_xml.length;
618-
// }
619-
//
620-
// iEE = this.m_xml.indexOf("&", iB);
621-
// if((iEE != -1) && (iEE <= iE)) {
622-
// iE = iEE;
623-
// }
624-
625615
this._setContent(XMLP._CONT_XML, iB, iE);
626616

627617
this.m_iP = iE;

0 commit comments

Comments
 (0)