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:
Doug Rabson 2022-10-14 14:34:50 +01:00
parent aca9807d59
commit 3279342ffe
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
package rctl
// #include <sys/rctl.h>
import "C"
import (
"bytes"
"fmt"