dbertoni    01/07/08 11:23:04

  Modified:    c/src/XPath XPathProcessorImpl.hpp XPathProcessorImpl.cpp
  Log:
  Removed unused functions.
  
  Revision  Changes    Path
  1.16      +0 -9      xml-xalan/c/src/XPath/XPathProcessorImpl.hpp
  
  Index: XPathProcessorImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathProcessorImpl.hpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- XPathProcessorImpl.hpp    2001/06/14 19:12:22     1.15
  +++ XPathProcessorImpl.hpp    2001/07/08 18:23:04     1.16
  @@ -522,15 +522,6 @@
        BooleanExpr();
   
        /**
  -      * 
  -      * 
--------------------------------------------------------------------------------
  -      NumberExpr  ::=        Expr   
  -      * 
--------------------------------------------------------------------------------
  -      */
  -     void
  -     NumberExpr();
  -  
  -     /**
         * The context of the right hand side expressions is the context of the 
         * left hand side expression. The results of the right hand side 
expressions 
         * are node sets. The result of the left hand side UnionExpr is the 
union 
  
  
  
  1.43      +0 -15     xml-xalan/c/src/XPath/XPathProcessorImpl.cpp
  
  Index: XPathProcessorImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathProcessorImpl.cpp,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- XPathProcessorImpl.cpp    2001/06/29 18:47:58     1.42
  +++ XPathProcessorImpl.cpp    2001/07/08 18:23:04     1.43
  @@ -1365,21 +1365,6 @@
   
   
   void
  -XPathProcessorImpl::NumberExpr()
  -{
  -     const int       opPos = m_expression->opCodeMapLength();
  -
  -     m_expression->appendOpCode(XPathExpression::eOP_NUMBER);
  -
  -     Expr();
  -
  -     m_expression->updateOpCodeLength(XPathExpression::eOP_NUMBER,
  -                                                                      opPos);
  -}
  -
  -
  -
  -void
   XPathProcessorImpl::UnionExpr()
   {
        const int       opPos = m_expression->opCodeMapLength();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to