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 a48ba8b commit 3f6d0f0
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 @@ -280,7 +280,3 @@ func (o *observer[N]) registerable(scope instrumentation.Scope) error {
}
return nil
}

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

0 comments on commit 3f6d0f0

Please sign in to comment.