mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
remove unused MIN macro from getdelim source file
This commit is contained in:
parent
0fbe53ed3f
commit
aaa29c26ee
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
|||
#include <inttypes.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define MIN(a,b) ((a)<(b) ? (a) : (b))
|
||||
|
||||
ssize_t getdelim(char **restrict s, size_t *restrict n, int delim, FILE *restrict f)
|
||||
{
|
||||
char *tmp;
|
||||
|
|
Loading…
Add table
Reference in a new issue