about summary refs log tree commit homepage
path: root/lib/PublicInbox/WWW.pm
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-26 19:15:10 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-27 02:34:25 +0000
commitd0a0d7a3c59c512f3762e8850bdacd8a4395bae9 (patch)
treeedb203e8c90e2b8bd1519f5499cf0e83e4bf7279 /lib/PublicInbox/WWW.pm
parentf1e830d8fea4f22e12012d97f3619d54a3c3c08c (diff)
downloadpublic-inbox-d0a0d7a3c59c512f3762e8850bdacd8a4395bae9.tar.gz
We use the actual Inbox object everywhere else and don't
need the name of the inbox separated from the object.
Diffstat (limited to 'lib/PublicInbox/WWW.pm')
-rw-r--r--lib/PublicInbox/WWW.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm
index 7bf866f1..f5ed271e 100644
--- a/lib/PublicInbox/WWW.pm
+++ b/lib/PublicInbox/WWW.pm
@@ -152,7 +152,6 @@ sub invalid_inbox ($$) {
         if (defined $obj) {
                 $ctx->{git} = $obj->git;
                 $ctx->{-inbox} = $obj;
-                $ctx->{inbox} = $inbox;
                 return;
         }