dbertoni    01/04/12 18:45:49

  Modified:    c/src/XalanSourceTree XalanSourceTreeDocument.cpp
  Log:
  Removed unreachable returns.
  
  Revision  Changes    Path
  1.13      +0 -4      
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocument.cpp
  
  Index: XalanSourceTreeDocument.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocument.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XalanSourceTreeDocument.cpp       2001/03/11 15:58:31     1.12
  +++ XalanSourceTreeDocument.cpp       2001/04/13 01:45:48     1.13
  @@ -970,8 +970,6 @@
                                theOwnerElement,
                                m_nextIndexValue++);
        }
  -
  -     return 0;
   }
   
   
  @@ -1034,8 +1032,6 @@
                                theNextSibling,
                                m_nextIndexValue++);
        }
  -
  -     return 0;
   }
   
   
  
  
  

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

Reply via email to