diff options
author | Adam Simpkins <adam@adamsimpkins.net> | 2008-04-29 01:32:59 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-03 11:48:03 -0700 |
commit | 028656552bc758b192027c25a1143f1c6ca66d64 (patch) | |
tree | c830540314b3c3f28b36bfbef66c38233487533e /diff.c | |
parent | abfa533dea28763040beba3e3d908bbbcf818b3a (diff) | |
download | git-028656552bc758b192027c25a1143f1c6ca66d64.tar.gz git-028656552bc758b192027c25a1143f1c6ca66d64.tar.xz |
Remove dead code: show_log() sep argument and diff_options.msg_sep
These variables were made unnecessary by commit
3969cf7db1a13a78f3b7a36d8c1084bbe0a53459.
Signed-off-by: Adam Simpkins <adam@adamsimpkins.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
-rw-r--r-- | diff.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2220,7 +2220,6 @@ void diff_setup(struct diff_options *options) options->rename_limit = -1; options->dirstat_percent = 3; options->context = 3; - options->msg_sep = ""; options->change = diff_change; options->add_remove = diff_addremove; |