From: Eric Wong Date: Tue, 1 Mar 2016 07:52:49 +0000 (+0000) Subject: httpd: remove unneeded err and out fields from class X-Git-Tag: v1.0.0~662 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=f5f7d2138f8a50e44d7363295be0676f9a124524;p=public-inbox.git httpd: remove unneeded err and out fields from class Vestigial pieces from the nntpd code which aren't needed because the psgi env already has the "psgi.errors" key. --- diff --git a/script/public-inbox-httpd b/script/public-inbox-httpd index d4070595..21579622 100755 --- a/script/public-inbox-httpd +++ b/script/public-inbox-httpd @@ -129,8 +129,6 @@ sub new { }, ); bless { - err => \*STDERR, - out => \*STDOUT, app => $app, env => \%env, }, $class;