]> git.ipfire.org Git - thirdparty/git.git/commit - date.c
n is in fact unused, and is later shadowed.
authorPierre Habouzit <madcoder@debian.org>
Wed, 23 Aug 2006 10:39:16 +0000 (12:39 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 24 Aug 2006 01:47:39 +0000 (18:47 -0700)
commit5df7dbbae4a51e20afc00acc5c87ea4536d1302c
treec4bfe3a53d8516b1bc73d9b796a553938efc2fe4
parentdd305c846231e2fddf61c1e1314029b53af88a77
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>
date.c