Skip to content

Commit 9ebeac0

Browse files
committed
Fix raspberrypi build
1 parent 79df32d commit 9ebeac0

File tree

1 file changed

+0
-2
lines changed
  • ports/espressif/common-hal/socketpool

1 file changed

+0
-2
lines changed

ports/espressif/common-hal/socketpool/Socket.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ STATIC bool _socketpool_socket(socketpool_socketpool_obj_t *self,
197197
#endif
198198
}
199199

200-
ipproto = proto;
201-
202200
int socket_type;
203201
if (type == SOCKETPOOL_SOCK_STREAM) {
204202
socket_type = SOCK_STREAM;

0 commit comments

Comments
 (0)