summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pflocal/sock.c1
1 files changed, 0 insertions, 1 deletions
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)