aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/ykfde-cpio.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/ykfde-cpio.c b/bin/ykfde-cpio.c
index 71a39db..ca6f61b 100644
--- a/bin/ykfde-cpio.c
+++ b/bin/ykfde-cpio.c
@@ -96,11 +96,6 @@ int main(int argc, const char **argv) {
goto out10;
}
- if ((rc = add_dir(archive, ".")) < 0) {
- fprintf(stderr, "add_dir() failed");
- goto out10;
- }
-
while (1) {
path = strdup(CHALLENGEDIR + 1);
if (strstr(path + pathlength, "/") == NULL)