about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-03-01 07:52:49 +0000
committerEric Wong <e@80x24.org>2016-03-01 08:33:52 +0000
commitf5f7d2138f8a50e44d7363295be0676f9a124524 (patch)
tree0a4ffb0b17c8e167e19cd857af431689753e43db /script
parent989fdc23d1c0983c3581495b8c22176d6a4eceed (diff)
downloadpublic-inbox-f5f7d2138f8a50e44d7363295be0676f9a124524.tar.gz
Vestigial pieces from the nntpd code which aren't needed because
the psgi env already has the "psgi.errors" key.
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-httpd2
1 files changed, 0 insertions, 2 deletions
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;