aboutsummaryrefslogtreecommitdiff
path: root/tools/git-notify
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2009-10-26 02:41:51 +0100
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2009-10-26 02:41:51 +0100
commit90ab3e6042add5b0500a100bd4929bb516f6f347 (patch)
treefb4860a14934888fbb95c678e1b0cadaa05cd023 /tools/git-notify
parent4b58160b8c546339b50e873b6c2c337d333fabdb (diff)
downloadmonitoring-plugins-90ab3e6042add5b0500a100bd4929bb516f6f347.tar.gz
git-notify: Remove an empty subroutine
The gitweb_url() subroutine was an unused and empty hangover.
Diffstat (limited to 'tools/git-notify')
-rwxr-xr-xtools/git-notify5
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($$)