mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-02 21:31:22 -05:00
git-notify: Remove an empty subroutine
The gitweb_url() subroutine was an unused and empty hangover.
This commit is contained in:
parent
4b58160b8c
commit
90ab3e6042
1 changed files with 0 additions and 5 deletions
|
|
@ -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($$)
|
||||
|
|
|
|||
Loading…
Reference in a new issue