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/git-notify | |
| 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/git-notify')
| -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(@) | |||
| 224 | return @table; | 224 | return @table; |
| 225 | } | 225 | } |
| 226 | 226 | ||
| 227 | # return the gitweb URL of the given commit or undef | ||
| 228 | sub 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 |
| 234 | sub format_date($$) | 229 | sub format_date($$) |
