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 do...@hyperreal.org on 1998/09/24 23:20:25 UTC

cvs commit: modperl/IO IO.xs

dougm       98/09/24 14:20:25

  Modified:    IO       IO.xs
  Log:
  turns out, we don't need to close during DESTROY, Perl does this for us
  
  Revision  Changes    Path
  1.3       +0 -3      modperl/IO/IO.xs
  
  Index: IO.xs
  ===================================================================
  RCS file: /export/home/cvs/modperl/IO/IO.xs,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IO.xs	1998/09/23 03:19:52	1.2
  +++ IO.xs	1998/09/24 21:20:24	1.3
  @@ -71,9 +71,6 @@
   ApacheIO_close(self)
       SV *self
       
  -    ALIAS:
  -    Apache::IO::DESTROY = 1
  -
       CODE:
       do_close((GV*)SvRV(self), TRUE);