[Nagiosplug-checkins] git-notify: Remove an empty subroutine
Holger Weiss
hweiss at users.sourceforge.net
Fri Nov 6 12:41:03 CET 2009
Module: nagiosplug
Branch: master
Commit: 90ab3e6042add5b0500a100bd4929bb516f6f347
Author: Holger Weiss <holger at zedat.fu-berlin.de>
Date: Mon Oct 26 02:41:51 2009 +0100
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=90ab3e6
git-notify: Remove an empty subroutine
The gitweb_url() subroutine was an unused and empty hangover.
---
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(@)
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($$)
More information about the Commits
mailing list