aboutsummaryrefslogtreecommitdiff
path: root/core/net/socket.odin
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2023-03-02 13:45:12 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2023-03-02 13:45:12 +0100
commitc02ff3af27afc013336de24570bbbaf1d66643d0 (patch)
tree22eac140af10f5227cc718eb1a82c83337abdf4a /core/net/socket.odin
parent13c6352b8e7302f741ac76f86863b416dd04a14a (diff)
Update comments
Diffstat (limited to 'core/net/socket.odin')
-rw-r--r--core/net/socket.odin3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/net/socket.odin b/core/net/socket.odin
index 1fa57aac0..96985d173 100644
--- a/core/net/socket.odin
+++ b/core/net/socket.odin
@@ -16,10 +16,7 @@
*/
package net
-//
// TODO(tetra): Bluetooth, Raw
-//
-
any_socket_to_socket :: proc(any_socket: Any_Socket) -> Socket {
switch s in any_socket {
case TCP_Socket: return Socket(s)