From: Brandon Casey Date: Thu, 20 Aug 2009 01:27:08 +0000 (-0500) Subject: git-compat-util.h: remove superfluous test for __sun__ X-Git-Tag: v1.6.5-rc0~56 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/044239b0a1fbdcccefafe1dab5f9c21e5a2a9150?hp=044239b0a1fbdcccefafe1dab5f9c21e5a2a9150 git-compat-util.h: remove superfluous test for __sun__ This 'ifndef' macro is entered only when __sun__ is not defined. This test will never fail since it is located inside of the 'else' branch of an 'if' macro which tests whether __sun__ is defined. It has had no effect since the merge at 436f66b7. Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano ---