Skip to content

Commit

Permalink
Remove unused Name() StatusCommand fn
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed Sep 19, 2022
1 parent 61931d7 commit b71ff60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,6 @@ func (s *StatusCommand) Run() error {
return nil
}

func (s *StatusCommand) Name() string {
return s.fs.Name()
}

// =============================================================================

func root(args []string) error {
Expand Down

0 comments on commit b71ff60

Please sign in to comment.