From: Holger Weiss Date: Mon, 26 Oct 2009 01:41:51 +0000 (+0100) Subject: git-notify: Remove an empty subroutine X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=90ab3e6042add5b0500a100bd4929bb516f6f347;p=nagiosplug.git git-notify: Remove an empty subroutine The gitweb_url() subroutine was an unused and empty hangover. --- diff --git a/tools/git-notify b/tools/git-notify index 4a0faa5..68456fb 100755 --- a/tools/git-notify +++ b/tools/git-notify @@ -224,11 +224,6 @@ sub format_table(@) return @table; } -# return the gitweb URL of the given commit or undef -sub gitweb_url($$) -{ -} - # format an integer date + timezone as string # algorithm taken from git's date.c sub format_date($$)