refactor: remove unused code (#13725)
This commit is contained in:
@@ -73,12 +73,6 @@ func (s *contextTestSuite) TestLogContext() {
|
||||
ctx.Logger().Error("error")
|
||||
}
|
||||
|
||||
type dummy int64 //nolint:unused
|
||||
|
||||
func (d dummy) Clone() interface{} {
|
||||
return d
|
||||
}
|
||||
|
||||
// Testing saving/loading sdk type values to/from the context
|
||||
func (s *contextTestSuite) TestContextWithCustom() {
|
||||
var ctx types.Context
|
||||
|
||||
Reference in New Issue
Block a user