mirror of https://github.com/ceph/go-ceph
rbd: remove build tag for luminous from watchers.go
go-ceph stopped supporting luminous in v0.6.0. There's no need to keep the build tag for it any more. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
b59dda4061
commit
dfd1e08fab
|
@ -1,7 +1,3 @@
|
|||
// +build !luminous
|
||||
//
|
||||
// Ceph Mimic is the first version that supports watchers through librbd.
|
||||
|
||||
package rbd
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
// +build !luminous
|
||||
//
|
||||
// Ceph Mimic is the first version that supports watchers through librbd.
|
||||
|
||||
package rbd
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue