Remove now unused LNBUFSZ buffer size

This commit is contained in:
Baptiste Daroussin 2015-05-09 22:08:30 +00:00
parent 5963cf64b5
commit 8592cfc58e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282698

View File

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