Skip to content

Commit

Permalink
Remove unused FilterPrefix config
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jun 7, 2017
1 parent 3c8b1b5 commit 10b5289
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resolver/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ type Config struct {
// CurrentConfigs is a list of files that are currently installed. This
// list will be used to determine which configurations have been removed.
CurrentConfigs []string

// FilterPrefix specifies the prefix that should be used to filter down the
// list of installable configurations.
FilterPrefix string
}

// ResolveConfigurations walks the source tree and builds a Configuration
Expand Down

0 comments on commit 10b5289

Please sign in to comment.