aboutsummaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorAdam Simpkins <adam@adamsimpkins.net>2008-04-29 01:32:59 -0700
committerJunio C Hamano <gitster@pobox.com>2008-05-03 11:48:03 -0700
commit028656552bc758b192027c25a1143f1c6ca66d64 (patch)
treec830540314b3c3f28b36bfbef66c38233487533e /diff.h
parentabfa533dea28763040beba3e3d908bbbcf818b3a (diff)
downloadgit-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.h')
-rw-r--r--diff.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/diff.h b/diff.h
index f2c77391a..1bd94a480 100644
--- a/diff.h
+++ b/diff.h
@@ -88,7 +88,6 @@ struct diff_options {
int abbrev;
const char *prefix;
int prefix_length;
- const char *msg_sep;
const char *stat_sep;
long xdl_opts;