summaryrefslogtreecommitdiff
path: root/trace2/tr2_tbuf.c
diff options
context:
space:
mode:
authorJeff Hostetler <jeffhost@microsoft.com>2019-08-08 14:19:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-08-08 17:39:44 (GMT)
commit04f10d332f47aed7d93ff3ed5c2bb3a366e44693 (patch)
tree779d19cff88e2ab2a2a3022c581f606a21c24048 /trace2/tr2_tbuf.c
parentda4589ce7ecb84b51b2819542f9555848dccf726 (diff)
downloadgit-04f10d332f47aed7d93ff3ed5c2bb3a366e44693.zip
git-04f10d332f47aed7d93ff3ed5c2bb3a366e44693.tar.gz
git-04f10d332f47aed7d93ff3ed5c2bb3a366e44693.tar.bz2
trace2: remove dead code in maybe_add_string_va()
Remove an unnecessary "if" block in maybe_add_string_va(). Commit "ad006fe419e trace2: NULL is not allowed for va_list" changed "if (fmt && *fmt && ap)" to just "if (fmt && *fmt)" because it isn't safe to treat 'ap' as a pointer. This made the "if" block following it unnecessary. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'trace2/tr2_tbuf.c')
0 files changed, 0 insertions, 0 deletions