Remove now unused LNBUFSZ buffer size

This commit is contained in:
bapt 2015-05-09 22:08:30 +00:00
parent 6fcebe0418
commit ee9e5523ab

View File

@ -222,9 +222,6 @@ newstr(char const * p)
return q;
}
#define LNBUFSZ 1024
struct userconf *
read_userconfig(char const * file)
{