dbertoni    2003/05/16 11:45:12

  Modified:    c/src/XPath XObject.cpp
  Log:
  Backed out bogus comment.
  
  Revision  Changes    Path
  1.34      +0 -3      xml-xalan/c/src/XPath/XObject.cpp
  
  Index: XObject.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XObject.cpp,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- XObject.cpp       16 May 2003 16:11:56 -0000      1.33
  +++ XObject.cpp       16 May 2003 18:45:12 -0000      1.34
  @@ -682,9 +682,6 @@
                        const double                    theRHS,
                        const CompareFunction&  theCompareFunction)
   {
  -     // Note that if the node-set is empty, we always return false.  This is
  -     // because an empty node-set converted to a number is NaN and _any_
  -     // comparison with NaN is always false.
        bool    theResult = false;
   
        const NodeRefListBase::size_type        len1 = 
theLHSNodeSet.getLength();
  
  
  

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

Reply via email to