mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 14:52:13 +00:00
remove unused MIN macro from getdelim source file
This commit is contained in:
parent
0fbe53ed3f
commit
aaa29c26ee
@ -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…
x
Reference in New Issue
Block a user