aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/git-notify5
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(@)
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($$)