about summary refs log tree commit diff
path: root/Src/Modules/tcp.h
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-10-02 02:35:00 +0000
committerClint Adams <clint@users.sourceforge.net>2001-10-02 02:35:00 +0000
commit1bbe1d1b0a60d0a35259f6dc4adf53fb1cbfe759 (patch)
tree0a6d0af71fced8f524ee8faa1392ef8fcf0596f5 /Src/Modules/tcp.h
parent89719fbac345ea6699d6fd6b5d07dc5d4ec28ea6 (diff)
downloadzsh-1bbe1d1b0a60d0a35259f6dc4adf53fb1cbfe759.tar.gz
zsh-1bbe1d1b0a60d0a35259f6dc4adf53fb1cbfe759.tar.xz
zsh-1bbe1d1b0a60d0a35259f6dc4adf53fb1cbfe759.zip
15919: use LinkLists in place of somewhat equivalent code
Diffstat (limited to 'Src/Modules/tcp.h')
-rw-r--r--Src/Modules/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/Modules/tcp.h b/Src/Modules/tcp.h
index 05684977f..5d3892861 100644
--- a/Src/Modules/tcp.h
+++ b/Src/Modules/tcp.h
@@ -80,7 +80,6 @@ struct tcp_session {
     int fd;				/* file descriptor */
     union tcp_sockaddr sock;  	/* local address   */
     union tcp_sockaddr peer;  	/* remote address  */
-    Tcp_session next;
     int flags;
 };