diff options
| author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-06 12:08:08 +0100 | 
|---|---|---|
| committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-06 12:08:08 +0100 | 
| commit | 2c49bf4fca54e9acb47844878cc43617ce2a1422 (patch) | |
| tree | d58700d8dd10d77ad93883478a35e172fd3ca95f /include | |
| parent | 4548e0f202e7fc3d2e9cd8de98670c64711353d5 (diff) | |
Cleanup: remove unused stdout sqfs_file_t wrapper
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| 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, | 
