]> git.ipfire.org Git - thirdparty/git.git/commit - merge-recursive.c
Remove a redundant errno test in a usage of remove_path
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 26 Mar 2010 15:25:35 +0000 (15:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Mar 2010 16:53:05 +0000 (09:53 -0700)
commit25755e842f814751fbdb7abfc8255a40f24bfaa3
tree0af514ba3fc7186a468aa7366250710b09b3cd2b
parent80d706afed6c6c6fb3ac9c168a6a958244405b45
Remove a redundant errno test in a usage of remove_path

The errno test is redundant because the same test is carried
out in remove_path itself.

Signed-off-by: Peter Collingbourne <peter@pcc.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c