]> git.ipfire.org Git - thirdparty/git.git/commit - combine-diff.c
Remove combine-diff.c::uninteresting()
authorJunio C Hamano <junkio@cox.net>
Tue, 15 Aug 2006 01:36:00 +0000 (18:36 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 15 Aug 2006 01:41:12 +0000 (18:41 -0700)
commita976b0a5933f37e7e8a1829703705268bc829794
treee653c90b0fd1495dd0b8f260aebd55502c2ef6aa
parent968a1d65f430e4e8234204c62361e3d21cac810c
Remove combine-diff.c::uninteresting()

A patch from David Rientjes made me realize we do not have to have
this function -- just call diff_unmodified_pair() directly.

Signed-off-by: Junio C Hamano <junkio@cox.net>
combine-diff.c