You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/04/13 03:45:49 UTC

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeDocument.cpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org