Explorar el Código

Pacify clang for unreachable ‘return’

* src/sparse.c (sparse_scan_file_seek): Omit unreachable statement.
Paul Eggert hace 4 años
padre
commit
5f8f129415
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/sparse.c

+ 0 - 2
src/sparse.c

@@ -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