diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-03-22 14:17:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-22 14:29:06 -0700 |
commit | e7c3a59c22b28002d7cab3a4a0807fdc0d2388c9 (patch) | |
tree | e548f0eae1fe9c8eb01684cdb3f2ee6a4b5dcce4 /diffcore-pickaxe.c | |
parent | Fix sparse warnings (diff) | |
download | tgif-e7c3a59c22b28002d7cab3a4a0807fdc0d2388c9.tar.xz |
builtin/diff.c: remove duplicated call to diff_result_code()
The return value from builtin_diff_files() is fed to diff_result_code()
by the caller, and all other callees like builtin_diff_index() do not
have their own call to diff_result_code(). Remove the duplicated one
from builtin_diff_files() and let the caller handle it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore-pickaxe.c')
0 files changed, 0 insertions, 0 deletions