Pacify clang for unreachable ‘return’

* src/sparse.c (sparse_scan_file_seek): Omit unreachable statement.
This commit is contained in:
Paul Eggert
2021-02-28 13:43:58 -08:00
parent dc101747e8
commit 5f8f129415

View File

@@ -335,8 +335,6 @@ sparse_scan_file_seek (struct tar_sparse_file *file)
st->archive_file_size += sp.numbytes;
offset = hole_offset;
}
return true;
}
#endif