forked from phoedos/pmd
Remove unused local variable.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6494 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -104,8 +104,6 @@ public class SaxonXPathRuleQuery extends AbstractXPathRuleQuery {
|
||||
}
|
||||
}
|
||||
|
||||
Expression expression = xpathExpression.getInternalExpression();
|
||||
|
||||
List<ElementNode> nodes = xpathExpression.evaluate(xpathDynamicContext);
|
||||
for (ElementNode elementNode : nodes) {
|
||||
results.add((Node) elementNode.getUnderlyingNode());
|
||||
|
Reference in New Issue
Block a user