From 81f9ddf58b4024d51b24123788c860bb08a85b04 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 16 Feb 2020 01:28:43 +0100 Subject: Move all the queue-waiting logic to the thread pool implemenation Signed-off-by: David Oberhollenzer --- lib/sqfs/block_processor/internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/sqfs/block_processor/internal.h') diff --git a/lib/sqfs/block_processor/internal.h b/lib/sqfs/block_processor/internal.h index cea820f..f26d58e 100644 --- a/lib/sqfs/block_processor/internal.h +++ b/lib/sqfs/block_processor/internal.h @@ -115,6 +115,4 @@ int block_processor_do_block(sqfs_block_t *block, sqfs_compressor_t *cmp, SQFS_INTERNAL int append_to_work_queue(sqfs_block_processor_t *proc, sqfs_block_t *block); -SQFS_INTERNAL int wait_completed(sqfs_block_processor_t *proc); - #endif /* INTERNAL_H */ -- cgit v1.2.3