From 79ab22b18992c27ae0dcab33b792a21969759951 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 17 Oct 2005 17:53:17 +0000 Subject: [PATCH] Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailq deletion' example. MFC after: 1 week --- share/man/man3/queue.3 | 1 - 1 file changed, 1 deletion(-) diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index 52c840ac58a2..621b63be7aad 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -968,7 +968,6 @@ while (n1 != NULL) { free(n1); n1 = n2; } - TAILQ_INIT(&head); .Ed .Sh HISTORY