From f75131099beda503102bfee12b5c8876ded0bf15 Mon Sep 17 00:00:00 2001 From: stijn Date: Tue, 24 Oct 2023 15:26:00 +0200 Subject: [PATCH] unix/modsocket: Remove obsolete comment. Signed-off-by: stijn --- ports/unix/modsocket.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ports/unix/modsocket.c b/ports/unix/modsocket.c index 22eb6496f9..c4306c049e 100644 --- a/ports/unix/modsocket.c +++ b/ports/unix/modsocket.c @@ -77,8 +77,6 @@ typedef ssize_t socket_size_t; should be add to separate modules (C or Python level). */ -// This type must "inherit" from mp_obj_fdfile_t, i.e. matching subset of -// fields should have the same layout. typedef struct _mp_obj_socket_t { mp_obj_base_t base; socket_t fd;