aboutsummaryrefslogtreecommitdiffhomepage
path: root/host.c
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2023-02-04 23:20:39 -0500
committerLee Salzman <[email protected]>2023-02-04 23:20:39 -0500
commit9dde91d0035e83498847fe79b003b6764eb02343 (patch)
tree471f3d3bf99789f5522529ac3d680435be9eaffe /host.c
parentca18dfb8f8f442808add71464f893c9da40afc56 (diff)
downloadenet-9dde91d0035e83498847fe79b003b6764eb02343.tar.gz
enet-9dde91d0035e83498847fe79b003b6764eb02343.zip
remove unnecessary sent unreliable list from peers
Diffstat (limited to 'host.c')
-rw-r--r--host.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/host.c b/host.c
index da9d5b2..54bd4c9 100644
--- a/host.c
+++ b/host.c
@@ -124,7 +124,6 @@ enet_host_create (const ENetAddress * address, size_t peerCount, size_t channelL
enet_list_clear (& currentPeer -> acknowledgements);
enet_list_clear (& currentPeer -> sentReliableCommands);
- enet_list_clear (& currentPeer -> sentUnreliableCommands);
enet_list_clear (& currentPeer -> outgoingCommands);
enet_list_clear (& currentPeer -> outgoingSendReliableCommands);
enet_list_clear (& currentPeer -> dispatchedCommands);