dbertoni    00/11/21 14:05:25

  Modified:    c/src/XPath XPath.cpp
  Log:
  Removed unused variable.
  
  Revision  Changes    Path
  1.35      +0 -2      xml-xalan/c/src/XPath/XPath.cpp
  
  Index: XPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPath.cpp,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- XPath.cpp 2000/11/21 21:08:30     1.34
  +++ XPath.cpp 2000/11/21 22:05:24     1.35
  @@ -1341,8 +1341,6 @@
   
        opPos++;
   
  -     XObjectFactory&         theFactory = 
executionContext.getXObjectFactory();
  -
        if (argCount == 0)
        {
                assert(opPos == endFunc);
  
  
  

Reply via email to