]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
repobrowse/git/atom: remove unused subroutine
authorEric Wong <e@80x24.org>
Thu, 26 Jan 2017 07:58:28 +0000 (07:58 +0000)
committerEric Wong <e@80x24.org>
Thu, 26 Jan 2017 07:58:48 +0000 (07:58 +0000)
We never ended up using it.

lib/PublicInbox/RepobrowseGitAtom.pm

index c610d44df7154ad271810e35699b72f99dd0afb3..65b723c4c2384e84fe9776d55a0f5be7537be0dd 100644 (file)
@@ -60,10 +60,6 @@ sub flush_hdr ($$$) {
        undef
 }
 
-sub git_atom_sed_end ($$) {
-       my ($req, $buf) = @_;
-}
-
 sub git_atom_sed ($$) {
        my ($self, $req) = @_;
        my $buf = '';