Commit db33008019148e836335b567f0f5be5e757f2bdb

Stefan Sperling 2019-10-09T07:45:59

remove pointless attempt of unlinking temporary file name template paths

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/diff3.c b/lib/diff3.c
index cf1c35d..37bbc98 100644
--- a/lib/diff3.c
+++ b/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);