Răsfoiți Sursa

git-notify: Remove an empty subroutine

The gitweb_url() subroutine was an unused and empty hangover.
Holger Weiss 16 ani în urmă
părinte
comite
90ab3e6042
1 a modificat fișierele cu 0 adăugiri și 5 ștergeri
  1. 0 5
      tools/git-notify

+ 0 - 5
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($$)