From c02ff3af27afc013336de24570bbbaf1d66643d0 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 2 Mar 2023 13:45:12 +0100 Subject: Update comments --- core/net/socket.odin | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/net/socket.odin') 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) -- cgit v1.2.3