]> Sergey Matveev's repositories - public-inbox.git/commitdiff
httpd: remove unneeded err and out fields from class
authorEric Wong <e@80x24.org>
Tue, 1 Mar 2016 07:52:49 +0000 (07:52 +0000)
committerEric Wong <e@80x24.org>
Tue, 1 Mar 2016 08:33:52 +0000 (08:33 +0000)
Vestigial pieces from the nntpd code which aren't needed because
the psgi env already has the "psgi.errors" key.

script/public-inbox-httpd

index d4070595d16eea44a35b0e8b290e02e978a4b77c..215796225d8043c95e7e8ce219289c45cc86d762 100755 (executable)
@@ -129,8 +129,6 @@ sub new {
                },
        );
        bless {
-               err => \*STDERR,
-               out => \*STDOUT,
                app => $app,
                env => \%env,
        }, $class;