From d0a0d7a3c59c512f3762e8850bdacd8a4395bae9 Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Mon, 26 Mar 2018 19:15:10 +0000 Subject: [PATCH] www: get rid of unnecessary 'inbox' name reference We use the actual Inbox object everywhere else and don't need the name of the inbox separated from the object. --- lib/PublicInbox/WWW.pm | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.44.0