proc: remove import "C" for linux/386 backend (#3159)

It is actually unused.
This commit is contained in:
Alessandro Arzilli 2022-10-05 16:06:02 +02:00 committed by GitHub
parent 6e7e1d8830
commit b5d05bbac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,5 @@
package native
import "C"
import (
"fmt"
"syscall"