mirror of https://github.com/ceph/go-ceph
rados: Remove 'ceph_preview' tag from test source file
This is a left over from v0.19.0 release where we missed to remove preview tag when corresponding API was promoted to stable. Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
2c47426469
commit
a0524acd7e
|
@ -1,6 +1,3 @@
|
||||||
//go:build ceph_preview
|
|
||||||
// +build ceph_preview
|
|
||||||
|
|
||||||
package rados
|
package rados
|
||||||
|
|
||||||
// #cgo LDFLAGS: -lrados
|
// #cgo LDFLAGS: -lrados
|
||||||
|
|
Loading…
Reference in New Issue