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.h | |
parent | abfa533dea28763040beba3e3d908bbbcf818b3a (diff) | |
download | git-028656552bc758b192027c25a1143f1c6ca66d64.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |