]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-httpd
httpd: remove unneeded err and out fields from class
[public-inbox.git] / 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;