pkg/rctl: Remove unused cgo dependency
The cross build targets build without cgo. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
parent
aca9807d59
commit
3279342ffe
|
|
@ -3,9 +3,6 @@
|
|||
|
||||
package rctl
|
||||
|
||||
// #include <sys/rctl.h>
|
||||
import "C"
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
|
|
|
|||
Loading…
Reference in New Issue