refactor: remove unused code (#13725)

This commit is contained in:
Julien Robert
2022-11-02 11:50:47 +01:00
committed by GitHub
parent 0eea227d20
commit 97bd2ab792
8 changed files with 3 additions and 146 deletions
-6
View File
@@ -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