fix(c/net): Remove unused implicit import

Signed-off-by: hackerchai <i@hackerchai.com>
This commit is contained in:
hackerchai
2024-08-08 10:12:47 +08:00
parent bf09e3c3ae
commit f582657ffd

View File

@@ -18,7 +18,6 @@ package net
import (
"unsafe"
_ "unsafe"
"github.com/goplus/llgo/c"
)