Skip to content

Commit

Permalink
Remove unused registerabler
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jan 11, 2023
1 parent 7ad9845 commit d5ad5a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sdk/metric/instrument.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,3 @@ func (o *observer[N]) registerable(scope instrumentation.Scope) error {
}
return nil
}

type registerabler interface {
registerable(instrumentation.Scope) error
}

0 comments on commit d5ad5a4

Please sign in to comment.