From dd2dcc56b1472d53771cf53f55561e3964210243 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 23 Jul 1996 23:45:20 +0000 Subject: (sock_create): Remove NEXT_SOCK_ID. --- pflocal/sock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pflocal/sock.c b/pflocal/sock.c index f340b586..350c7de8 100644 --- a/pflocal/sock.c +++ b/pflocal/sock.c @@ -97,7 +97,6 @@ error_t sock_create (struct pipe_class *pipe_class, struct sock **sock) { error_t err; - static unsigned next_sock_id = 0; struct sock *new = malloc (sizeof (struct sock)); if (new == NULL) -- cgit v1.2.3