Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
cleanup: delete unused code (function)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Kung <fabio.kung@gmail.com>
  • Loading branch information
fabiokung committed Apr 12, 2017
1 parent ab40f16 commit e6561a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rkt/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,6 @@ func newPodListReadError(p *pkgPod.Pod, err error) error {
return fmt.Errorf("%s", strings.Join(lines, "\n"))
}

func newPodListZeroAppsError(p *pkgPod.Pod) error {
return fmt.Errorf("pod %s contains zero apps", p.UUID.String())
}

func newPodListLoadImageManifestError(p *pkgPod.Pod, err error) error {
return errwrap.Wrap(fmt.Errorf("pod %s ImageManifest could not be loaded", p.UUID.String()), err)
}
Expand Down

0 comments on commit e6561a8

Please sign in to comment.