Remove redundant code on exit path
modified libpkg/update.c
@@ -336,8 +336,6 @@ repo_archive_extract_file(int fd, const char *file, const char *dest, struct pkg
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -345,8 +343,6 @@ repo_archive_extract_file(int fd, const char *file, const char *dest, struct pkg
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -356,8 +352,6 @@ repo_archive_extract_file(int fd, const char *file, const char *dest, struct pkg
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -368,8 +362,6 @@ repo_archive_extract_file(int fd, const char *file, const char *dest, struct pkg
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -381,8 +373,6 @@ repo_archive_extract_file(int fd, const char *file, const char *dest, struct pkg
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -392,8 +382,6 @@ repo_archive_extract_file(int fd, const char *file, const char *dest, struct pkg
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -407,8 +395,6 @@ repo_archive_extract_file(int fd, const char *file, const char *dest, struct pkg
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -424,13 +410,14 @@ repo_archive_extract_file(int fd, const char *file, const char *dest, struct pkg
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|