summaryrefslogtreecommitdiff
path: root/pflocal
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-23 23:45:20 +0000
committerMiles Bader <miles@gnu.org>1996-07-23 23:45:20 +0000
commitdd2dcc56b1472d53771cf53f55561e3964210243 (patch)
tree1ec0ecf3a9a621847c173b2e8107445e785cf16b /pflocal
parent01fb367f49e9414e41edced3935c122b6aad5217 (diff)
(sock_create): Remove NEXT_SOCK_ID.
Diffstat (limited to 'pflocal')
-rw-r--r--pflocal/sock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pflocal/sock.c b/pflocal/sock.c
index f340b5862..350c7de8f 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)