commit db33008019148e836335b567f0f5be5e757f2bdb from: Stefan Sperling date: Wed Oct 09 07:45:59 2019 UTC remove pointless attempt of unlinking temporary file name template paths commit - e45311301ff386e9a2f9ff3e613d520f57ad119b commit + db33008019148e836335b567f0f5be5e757f2bdb blob - cf1c35d91591e39601a05ab6ad4cc83fc50c3a1f blob + 37bbc98ef1a3e514c30ba88ee113d02ee54c4f8d --- lib/diff3.c +++ lib/diff3.c @@ -385,8 +385,6 @@ out: (void)unlink(path1); (void)unlink(path2); (void)unlink(path3); - (void)unlink(dp13); - (void)unlink(dp23); free(path1); free(path2);