cephfs: remove inValidCommmand and errNotFoundString

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2020-08-04 09:49:28 +05:30 committed by mergify[bot]
parent 5bceb590fd
commit 31e9288f8f

View File

@ -34,12 +34,6 @@ var (
// Subvolumegroup creation and volume resize decisions are
// taken through this additional cluster information.
clusterAdditionalInfo = make(map[string]*localClusterState)
inValidCommmand = "no valid command found"
// ceph returns `Error ENOENT:` when subvolume or subvolume group doesnot
// exist.
errNotFoundString = "Error ENOENT:"
)
const (