diff options
Diffstat (limited to 'tools-util.h')
-rw-r--r-- | tools-util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools-util.h b/tools-util.h index 136d7d6..8ed00b1 100644 --- a/tools-util.h +++ b/tools-util.h @@ -53,8 +53,6 @@ struct stat xstat(const char *); _ret; \ }) -int printf_pad(unsigned pad, const char * fmt, ...); - char *read_file_str(int, const char *); u64 read_file_u64(int, const char *); |