You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2002/04/13 20:17:05 UTC

cvs commit: apr/include apr_general.h

wrowe       02/04/13 11:17:05

  Modified:    include  apr_general.h
  Log:
    A comment that made no sense.
  
  Revision  Changes    Path
  1.69      +0 -2      apr/include/apr_general.h
  
  Index: apr_general.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_general.h,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- apr_general.h	13 Mar 2002 20:39:14 -0000	1.68
  +++ apr_general.h	13 Apr 2002 18:17:05 -0000	1.69
  @@ -210,8 +210,6 @@
    *         atexit to ensure this is called.  When using APR from a language
    *         other than C that has problems with the calling convention, use
    *         apr_terminate2() instead.
  - * Otherwise, this call is identical to apr_app_initialize, and must be 
  - * closed with a call to apr_terminate at the end of program execution.
    */
   APR_DECLARE_NONSTD(void) apr_terminate(void);