mirror of https://github.com/ceph/go-ceph
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:
parent
62b4a7323d
commit
9f22ac412d
|
@ -3,8 +3,6 @@
|
|||
|
||||
package admin
|
||||
|
||||
import "C"
|
||||
|
||||
// GetMetadata gets custom metadata on the subvolume in a volume belonging to
|
||||
// an optional subvolume group based on provided key name.
|
||||
//
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
package admin
|
||||
|
||||
import "C"
|
||||
|
||||
// GetSnapshotMetadata gets custom metadata on the subvolume snapshot in a
|
||||
// volume belonging to an optional subvolume group based on provided key name.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue