Skip to content

Commit

Permalink
Fix problem when zlib is not available.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 5, 2013
1 parent 8622e49 commit 77ed219
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/findlib/bfile.c
Expand Up @@ -966,11 +966,6 @@ bool is_restore_stream_supported(int stream)
case STREAM_GZIP_DATA:
case STREAM_SPARSE_GZIP_DATA:
case STREAM_WIN32_GZIP_DATA:
case STREAM_COMPRESSED_DATA:
case STREAM_SPARSE_COMPRESSED_DATA:
case STREAM_WIN32_COMPRESSED_DATA:
case STREAM_ENCRYPTED_FILE_COMPRESSED_DATA:
case STREAM_ENCRYPTED_WIN32_COMPRESSED_DATA:
#endif
#ifndef HAVE_DARWIN_OS
case STREAM_MACOS_FORK_DATA:
Expand Down

0 comments on commit 77ed219

Please sign in to comment.