diff options
Diffstat (limited to 'lib/sqfs/data_writer/internal.h')
-rw-r--r-- | lib/sqfs/data_writer/internal.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/sqfs/data_writer/internal.h b/lib/sqfs/data_writer/internal.h index 7af6ab4..fab6c50 100644 --- a/lib/sqfs/data_writer/internal.h +++ b/lib/sqfs/data_writer/internal.h @@ -45,15 +45,7 @@ typedef struct { sqfs_u64 hash; } frag_info_t; - -#ifdef WITH_PTHREAD -typedef struct { - sqfs_data_writer_t *shared; - sqfs_compressor_t *cmp; - pthread_t thread; - sqfs_u8 scratch[]; -} compress_worker_t; -#endif +typedef struct compress_worker_t compress_worker_t; struct sqfs_data_writer_t { /* synchronization primitives */ |