commit | 5df7dbbae4a51e20afc00acc5c87ea4536d1302c | [log] [tgz] |
---|---|---|
author | Pierre Habouzit <madcoder@debian.org> | Wed Aug 23 12:39:16 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Wed Aug 23 18:47:39 2006 -0700 |
tree | c4bfe3a53d8516b1bc73d9b796a553938efc2fe4 | |
parent | dd305c846231e2fddf61c1e1314029b53af88a77 [diff] |
n is in fact unused, and is later shadowed. date.c::approxidate_alpha() counts the number of alphabets while moving the pointer but does not use the count. Signed-off-by: Pierre Habouzit <madcoder@debian.org> Signed-off-by: Junio C Hamano <junkio@cox.net>