diff options
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 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 | ||
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($$) |