Skip to content

Commit

Permalink
Delete unused errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Artoul committed Sep 17, 2018
1 parent c27062a commit 1d11b84
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,10 @@
package uninitialized

import (
"errors"

"github.com/m3db/m3/src/dbnode/storage/bootstrap/result"
"github.com/m3db/m3x/instrument"
)

var (
errInstrumentOptsNotSet = errors.New("instrument options not set")
errResultOptsNotSet = errors.New("result options not set")
)

type options struct {
resultOpts result.Options
iOpts instrument.Options
Expand Down

0 comments on commit 1d11b84

Please sign in to comment.