diff options
Diffstat (limited to 'pflocal/sock.h')
-rw-r--r-- | pflocal/sock.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pflocal/sock.h b/pflocal/sock.h index c686dec4..6a724d4c 100644 --- a/pflocal/sock.h +++ b/pflocal/sock.h @@ -74,10 +74,6 @@ struct sock one could tell anyway). */ struct addr *addr; - /* If this sock has been connected to another sock, then WRITE_ADDR is the - addr of that sock. We *do* hold a reference to this addr. */ - struct addr *write_addr; - /* A connection queue to listen for incoming connections on. Once a socket has one of these, it always does, and can never again be used for anything but accepting incoming connections. */ |