From a0524acd7e5de275a4823a198e49b7c5662dafc9 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Mon, 19 Dec 2022 12:01:21 +0530 Subject: [PATCH] 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 --- rados/alloc_hint_flags.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/rados/alloc_hint_flags.go b/rados/alloc_hint_flags.go index dd468da..1fd51cd 100644 --- a/rados/alloc_hint_flags.go +++ b/rados/alloc_hint_flags.go @@ -1,6 +1,3 @@ -//go:build ceph_preview -// +build ceph_preview - package rados // #cgo LDFLAGS: -lrados