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

Reported by:	cognet
This commit is contained in:
Kyle Evans 2018-08-10 15:35:02 +00:00
parent 170bc29131
commit 0915d9d070

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;