summaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorAdam Simpkins <adam@adamsimpkins.net>2008-04-29 08:32:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-05-03 18:48:03 (GMT)
commit028656552bc758b192027c25a1143f1c6ca66d64 (patch)
treec830540314b3c3f28b36bfbef66c38233487533e /diff.c
parentabfa533dea28763040beba3e3d908bbbcf818b3a (diff)
downloadgit-028656552bc758b192027c25a1143f1c6ca66d64.zip
git-028656552bc758b192027c25a1143f1c6ca66d64.tar.gz
git-028656552bc758b192027c25a1143f1c6ca66d64.tar.bz2
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/diff.c b/diff.c
index 3632b55..e35384b 100644
--- a/diff.c
+++ b/diff.c
@@ -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;