diff options
Diffstat (limited to 'diff-files.c')
-rw-r--r-- | diff-files.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/diff-files.c b/diff-files.c index 17c328a807..d7cfad79e7 100644 --- a/diff-files.c +++ b/diff-files.c @@ -115,7 +115,6 @@ int main(int argc, const char **argv) } if (detect_rename) diffcore_rename(detect_rename, diff_score_opt); - diffcore_prune(); if (pickaxe) diffcore_pickaxe(pickaxe); if (1 < argc) |