diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2022-05-26 16:30:20 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2022-05-26 16:30:57 -0400 |
commit | fa7a74fcc8b3fdedb075cf2d04e70a20b326a632 (patch) | |
tree | b23a1d35d0a4ee785aa6e386dce5e7254ca6f1dd /tools-util.h | |
parent | 62839683e80c023761205d6cbefc4518b1ecec1d (diff) |
Delete some dead code
printf_pad() has been superseded by printbuf tabstops.
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
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 *); |