git-notify: Remove an empty subroutine

The gitweb_url() subroutine was an unused and empty hangover.
This commit is contained in:
Holger Weiss 2009-10-26 02:41:51 +01:00
parent 4b58160b8c
commit 90ab3e6042

View file

@ -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($$)