diff --git a/src/fileio.cpp b/src/fileio.cpp index d5b1af809c..7c2aaadf69 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -547,9 +547,6 @@ bool TarScanner::AddFile(const std::string &filename, size_t basepath_length, co switch (th.typeflag) { case '\0': case '0': { // regular file - /* Ignore empty files */ - if (skip == 0) break; - if (strlen(name) == 0) break; /* Store this entry in the list */