diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-10-26 02:41:51 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-10-26 02:41:51 +0100 |
commit | 90ab3e6042add5b0500a100bd4929bb516f6f347 (patch) | |
tree | fb4860a14934888fbb95c678e1b0cadaa05cd023 /tools | |
parent | 4b58160b8c546339b50e873b6c2c337d333fabdb (diff) | |
download | monitoring-plugins-90ab3e6042add5b0500a100bd4929bb516f6f347.tar.gz |
git-notify: Remove an empty subroutine
The gitweb_url() subroutine was an unused and empty hangover.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/git-notify | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/git-notify b/tools/git-notify index 4a0faa5f..68456fb5 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($$) |