Remove broken+useless+unused TIEHANDLE stubs.
authorshort <>
Sun, 18 Sep 2005 07:57:07 +0000 (07:57 +0000)
committershort <>
Sun, 18 Sep 2005 07:57:07 +0000 (07:57 +0000)
Web.pm

diff --git a/Web.pm b/Web.pm
index 33cd6d9..7902503 100644 (file)
--- a/Web.pm
+++ b/Web.pm
@@ -315,24 +315,6 @@ my($text)=@_;
        return CGI::escapeHTML($text);
 }
 
-# local *FH;
-# tie *FH,ref($W),$W;
-sub TIEHANDLE($)
-{
-my($class,$W)=@_;
-
-       my $self={};
-       $self->{"W"}=$W or confess "Missing W";
-       return bless $self,$class;
-}
-
-sub WRITE
-{
-my($self,$scalar,$length,$offset)=@_;
-
-       Wprint substr($scalar,0,$length);
-}
-
 # /home/user/www/webdir
 sub dir_top_abs_disk()
 {