diff options
author | Miles Bader <miles@gnu.org> | 1996-07-23 23:45:20 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-23 23:45:20 +0000 |
commit | dd2dcc56b1472d53771cf53f55561e3964210243 (patch) | |
tree | 1ec0ecf3a9a621847c173b2e8107445e785cf16b /pflocal/sock.c | |
parent | 01fb367f49e9414e41edced3935c122b6aad5217 (diff) |
(sock_create): Remove NEXT_SOCK_ID.
Diffstat (limited to 'pflocal/sock.c')
-rw-r--r-- | pflocal/sock.c | 1 |
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) |