X-Git-Url: https://unix4lyfe.org/gitweb/buftee/blobdiff_plain/fab471d8571decb5b9eab958e5dce850839e08c4..82167c1b9ace84dc8f2df347137548e0bb07110c:/buftee.c diff --git a/buftee.c b/buftee.c index 23d2d2c..77cba3a 100644 --- a/buftee.c +++ b/buftee.c @@ -242,8 +242,6 @@ static int xwrite(const int fd, struct buf* const buf) { return (int)write_ret; } -static int max(const int a, const int b) { return (a > b) ? a : b; } - static void wait_until_readable(const int fd) { fd_set read_fds; FD_ZERO(&read_fds);