Skip to content

Commit

Permalink
Remove unused struct CmdSnaphotOptions (#289)
Browse files Browse the repository at this point in the history
Remove unused struct CmdSnaphotOptions
Signed-off-by: Sonia Singla <[email protected]>
  • Loading branch information
soniasingla authored May 25, 2021
1 parent 2e83745 commit 8258ba2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/volume-manager/app/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ var (
usage = fmt.Sprintf("%s", cmdName)
)

// CmdSnaphotOptions holds the options for snapshot
// create command
type CmdSnaphotOptions struct {
volName string
}

// NewCStorVolumeMgmt creates a new CStorVolume CRD watcher and grpc command.
func NewCStorVolumeMgmt() (*cobra.Command, error) {
// Create a new command.
Expand Down

0 comments on commit 8258ba2

Please sign in to comment.