You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/12/11 08:38:41 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_filter.c

stas        2003/12/10 23:38:41

  Modified:    src/modules/perl modperl_filter.c
  Log:
  cleanup
  
  Revision  Changes    Path
  1.77      +0 -1      modperl-2.0/src/modules/perl/modperl_filter.c
  
  Index: modperl_filter.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_filter.c,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -u -r1.76 -r1.77
  --- modperl_filter.c	11 Dec 2003 07:35:09 -0000	1.76
  +++ modperl_filter.c	11 Dec 2003 07:38:41 -0000	1.77
  @@ -251,7 +251,6 @@
                                        apr_read_type_e block,
                                        apr_off_t readbytes)
   {
  -
       apr_pool_t *p = MP_FILTER_POOL(f);
       modperl_filter_t *filter;