summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fileio.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fileio.cpp b/src/fileio.cpp
index bee02ab35..fe9c947df 100644
--- a/src/fileio.cpp
+++ b/src/fileio.cpp
@@ -541,9 +541,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 */