summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2009-10-26 01:41:51 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2009-10-26 01:41:51 (GMT)
commit90ab3e6042add5b0500a100bd4929bb516f6f347 (patch)
treefb4860a14934888fbb95c678e1b0cadaa05cd023 /tools
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')
-rwxr-xr-xtools/git-notify5
1 files changed, 0 insertions, 5 deletions
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(@)
224 return @table; 224 return @table;
225} 225}
226 226
227# return the gitweb URL of the given commit or undef
228sub gitweb_url($$)
229{
230}
231
232# format an integer date + timezone as string 227# format an integer date + timezone as string
233# algorithm taken from git's date.c 228# algorithm taken from git's date.c
234sub format_date($$) 229sub format_date($$)