diff options
author | Jeff King <peff@peff.net> | 2019-02-14 00:48:27 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-02-14 15:26:14 -0800 |
commit | 19b9046eedef2c8b39a1192bfcb0541f59acde09 (patch) | |
tree | d3da9c5740956bd5d8702622c3da62ecf36a5dec /builtin/init-db.c | |
parent | diff: drop unused color reset parameters (diff) | |
download | tgif-19b9046eedef2c8b39a1192bfcb0541f59acde09.tar.xz |
diff: drop unused emit data parameter from sane_truncate_line()
We pass the "struct emit_callback" (which contains all of the context
for our diff) into sane_truncate_line(), but that function doesn't
actually use it. In theory we might eventually develop a diff option
that impacts this, but in the meantime let's not mislead anybody reading
the code. Since the function is static, it would be easy to pass it
again if it should ever become useful.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/init-db.c')
0 files changed, 0 insertions, 0 deletions