From c106a290ed07fa89b39072925b1a2258071511a8 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 20 Sep 2019 03:52:49 +0200 Subject: Large round of dead code removal Remove all the library functions that no longer have any users. Signed-off-by: David Oberhollenzer --- include/util.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index 26c54e2..ab57c04 100644 --- a/include/util.h +++ b/include/util.h @@ -57,13 +57,6 @@ int write_data(const char *errstr, int fd, const void *data, size_t size); SQFS_INTERNAL int read_data(const char *errstr, int fd, void *buffer, size_t size); -/* - Similar to read_data but wrapps pread() instead of read(). -*/ -SQFS_INTERNAL -int read_data_at(const char *errstr, off_t location, - int fd, void *buffer, size_t size); - /* A common implementation of the '--version' command line flag. -- cgit v1.2.3