diff options
author | Brandon Williams <bmwill@google.com> | 2017-10-31 11:19:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-01 11:50:02 +0900 |
commit | 25567af8056d992c9a51815db4b3a3e9417a2969 (patch) | |
tree | 0dba2deb9b43c3988aff8209172996e9d8d1bf7a /builtin/log.c | |
parent | diff: add flag to indicate textconv was set via cmdline (diff) | |
download | tgif-25567af8056d992c9a51815db4b3a3e9417a2969.tar.xz |
diff: remove touched flags
Now that the set of parallel touched flags are no longer being used,
remove them.
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/log.c')
-rw-r--r-- | builtin/log.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/log.c b/builtin/log.c index 82131751dd..9c08152700 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -134,8 +134,6 @@ static void cmd_log_init_defaults(struct rev_info *rev) if (default_date_mode) parse_date_format(default_date_mode, &rev->date_mode); - - memset(&rev->diffopt.touched_flags, 0, sizeof(struct diff_flags)); } static void cmd_log_init_finish(int argc, const char **argv, const char *prefix, |