mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 20:23:41 +08:00
proc: remove import "C" for linux/386 backend (#3159)
It is actually unused.
This commit is contained in:
committed by
GitHub
parent
6e7e1d8830
commit
b5d05bbac5
@ -1,7 +1,5 @@
|
||||
package native
|
||||
|
||||
import "C"
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"syscall"
|
||||
|
||||
Reference in New Issue
Block a user