Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Remove options validation
Browse files Browse the repository at this point in the history
  • Loading branch information
xichen2020 committed Nov 28, 2017
1 parent 7130649 commit ddec476
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions matcher/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ func (cfg *Configuration) NewOptions(
return nil, err
}

if err := kvOpts.Validate(); err != nil {
return nil, err
}

rulesStore, err := kvCluster.Store(kvOpts)
if err != nil {
return nil, err
Expand Down

0 comments on commit ddec476

Please sign in to comment.