subr_prf: remove think-o that had returned to local patch

Reported by:	cognet
This commit is contained in:
kevans 2018-08-10 15:35:02 +00:00
parent 46cff726c1
commit d0635b16cc

View File

@ -1033,10 +1033,9 @@ void
msgbufinit(void *ptr, int size)
{
char *cp;
static struct msgbuf *oldp;
static struct msgbuf *oldp = NULL;
bool print_boot_tag;
oldp = NULL;
size -= sizeof(*msgbufp);
cp = (char *)ptr;
print_boot_tag = !msgbufmapped;