From 2c49bf4fca54e9acb47844878cc43617ce2a1422 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 6 Nov 2019 12:08:08 +0100 Subject: Cleanup: remove unused stdout sqfs_file_t wrapper Signed-off-by: David Oberhollenzer --- include/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index da9093f..676dd6a 100644 --- a/include/common.h +++ b/include/common.h @@ -122,8 +122,6 @@ int sqfs_data_reader_dump(const char *name, sqfs_data_reader_t *data, sqfs_file_t *sqfs_get_stdin_file(const sparse_map_t *map, sqfs_u64 size); -sqfs_file_t *sqfs_get_stdout_file(void); - void register_stat_hooks(sqfs_data_writer_t *data, data_writer_stats_t *stats); int write_data_from_file(const char *filename, sqfs_data_writer_t *data, -- cgit v1.2.3