From c2b37956b0c32c78ec017617509038e051bb08fb Mon Sep 17 00:00:00 2001
From: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Date: Thu, 5 Sep 2019 14:44:08 +0200
Subject: Cleanup: move "create_block" from block processor over to data writer

It only has one user and is quite specialized actually.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
---
 include/sqfs/block_processor.h | 11 -----------
 1 file changed, 11 deletions(-)

(limited to 'include/sqfs')

diff --git a/include/sqfs/block_processor.h b/include/sqfs/block_processor.h
index b7550aa..5d7ed3b 100644
--- a/include/sqfs/block_processor.h
+++ b/include/sqfs/block_processor.h
@@ -94,17 +94,6 @@ int block_processor_enqueue(block_processor_t *proc, block_t *block);
  */
 int block_processor_finish(block_processor_t *proc);
 
-/*
-  Convenience function to create a block structure and optionally fill it with
-  content.
-
-  filename is used for printing error messages. If fd is a valid file
-  descriptor (>= 0), the function attempts to populate the payload data
-  from the input file.
- */
-block_t *create_block(const char *filename, int fd, size_t size,
-		      void *user, uint32_t flags);
-
 /*
   Convenience function to process a data block. Returns 0 on success,
   prints to stderr on failure.
-- 
cgit v1.2.3