Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tag.h
diff options
context:
space:
mode:
authorJeff Hostetler <jeffhost@microsoft.com>2019-08-08 17:19:01 +0300
committerJunio C Hamano <gitster@pobox.com>2019-08-08 20:39:44 +0300
commit04f10d332f47aed7d93ff3ed5c2bb3a366e44693 (patch)
tree779d19cff88e2ab2a2a3022c581f606a21c24048 /tag.h
parentda4589ce7ecb84b51b2819542f9555848dccf726 (diff)
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 'tag.h')
0 files changed, 0 insertions, 0 deletions