dbertoni 01/01/18 10:49:10
Modified: c/src/XPath SimpleNodeLocator.cpp
Log:
Removed bogus code.
Revision Changes Path
1.30 +0 -4 xml-xalan/c/src/XPath/SimpleNodeLocator.cpp
Index: SimpleNodeLocator.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/SimpleNodeLocator.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- SimpleNodeLocator.cpp 2001/01/08 18:26:57 1.29
+++ SimpleNodeLocator.cpp 2001/01/18 18:49:07 1.30
@@ -511,10 +511,6 @@
{
executionContext.setThrowFoundIndex(true);
- // $$$ ToDo: Why is this variable introduced?
- int startPredicates = opPos;
- opPos = startPredicates;
-
while(XPathExpression::eOP_PREDICATE == nextStepType)
{
const XObjectPtr
pred(xpath.predicate(localContext, opPos, executionContext));