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

View File

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