You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jw...@apache.org on 2003/09/03 21:53:28 UTC

cvs commit: apr/include apr_mmap.h

jwoolley    2003/09/03 12:53:28

  Modified:    include  apr_mmap.h
  Log:
  axe this entirely
  
  Revision  Changes    Path
  1.38      +0 -15     apr/include/apr_mmap.h
  
  Index: apr_mmap.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_mmap.h,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -d -u -r1.37 -r1.38
  --- apr_mmap.h	3 Sep 2003 18:26:57 -0000	1.37
  +++ apr_mmap.h	3 Sep 2003 19:53:28 -0000	1.38
  @@ -183,21 +183,6 @@
                                          apr_mmap_t *old_mmap,
                                          apr_pool_t *p);
   
  -#if defined(DOXYGEN)
  -/**
  - * Transfer the specified MMAP to a different pool
  - * @param new_mmap The structure to duplicate into.
  - * @param old_mmap The file to transfer.
  - * @param p The pool to use for new_mmap.
  - *  go away soon anyway.
  - */
  -APR_DECLARE(apr_status_t) apr_mmap_setaside(apr_mmap_t **new_mmap,
  -                                            apr_mmap_t *old_mmap,
  -                                            apr_pool_t *p);
  -#else
  -#define apr_mmap_setaside(new_mmap, old_mmap, p) apr_mmap_dup(new_mmap, old_mmap, p, 1)
  -#endif /* DOXYGEN */
  -
   /**
    * Remove a mmap'ed.
    * @param mm The mmap'ed file.