remove unused variable

This commit is contained in:
a 2023-06-26 03:31:23 -05:00
parent 090dd88342
commit b90020f138
No known key found for this signature in database
GPG Key ID: 374BC539FE795AF0

View File

@ -68,7 +68,6 @@ type TCPSocket struct {
reader js.Value
rd io.Reader
wr io.Writer
options *SocketOptions