diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-14 10:36:42 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-14 16:21:19 -0700 |
commit | 3161b4b52112acb6a3eb57f3bf882e8ca131e7d3 (patch) | |
tree | ae99e841726d440152252d0ce3c00ddba9d0de74 /diff.h | |
parent | 41bbf9d58575095234c64df979ee884334469758 (diff) | |
download | git-3161b4b52112acb6a3eb57f3bf882e8ca131e7d3.tar.gz git-3161b4b52112acb6a3eb57f3bf882e8ca131e7d3.tar.xz |
Remove unused diffcore_std_no_resolve
This was only used by diff-tree-helper program, whose purpose
was to translate a raw diff to a patch.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -173,8 +173,6 @@ extern int diff_setup_done(struct diff_options *); extern void diffcore_std(struct diff_options *); -extern void diffcore_std_no_resolve(struct diff_options *); - #define COMMON_DIFF_OPTIONS_HELP \ "\ncommon diff options:\n" \ " -z output diff-raw with lines terminated with NUL.\n" \ |