cephfs admin: remove unnecessary import C lines

All the C functions needed by cephfs/admin package come from
one of the other go-ceph packages (rados, cephfs, etc) there's
no good reason to have this unused import in these files.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-08-02 10:40:19 -04:00 committed by mergify[bot]
parent 62b4a7323d
commit 9f22ac412d
2 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@
package admin package admin
import "C"
// GetMetadata gets custom metadata on the subvolume in a volume belonging to // GetMetadata gets custom metadata on the subvolume in a volume belonging to
// an optional subvolume group based on provided key name. // an optional subvolume group based on provided key name.
// //

View File

@ -3,8 +3,6 @@
package admin package admin
import "C"
// GetSnapshotMetadata gets custom metadata on the subvolume snapshot in a // GetSnapshotMetadata gets custom metadata on the subvolume snapshot in a
// volume belonging to an optional subvolume group based on provided key name. // volume belonging to an optional subvolume group based on provided key name.
// //