From 81c47bee5b554688aaeaedc9d8453a676b9a9107 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 13 Feb 2020 23:51:13 +0100 Subject: Cleanup: block processor: remove test_and_set_status Signed-off-by: David Oberhollenzer --- lib/sqfs/block_processor/internal.h | 3 --- 1 file changed, 3 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 4fd2728..a764b2f 100644 --- a/lib/sqfs/block_processor/internal.h +++ b/lib/sqfs/block_processor/internal.h @@ -123,9 +123,6 @@ SQFS_INTERNAL int block_processor_do_block(sqfs_block_t *block, sqfs_compressor_t *cmp, sqfs_u8 *scratch, size_t scratch_size); -SQFS_INTERNAL -int test_and_set_status(sqfs_block_processor_t *proc, int status); - SQFS_INTERNAL int append_to_work_queue(sqfs_block_processor_t *proc, sqfs_block_t *block); -- cgit v1.2.3