Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gburt committed Mar 6, 2024
1 parent da29738 commit 9cacd19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mock/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ func (c *Call) getReturnArguments(args Arguments) Arguments {
return c.ReturnArguments
}

var argumentsType = reflect.TypeOf(Arguments(nil))

// Return specifies the return arguments for the expectation.
//
// Mock.On("DoSomething").Return(errors.New("failed"))
Expand Down

0 comments on commit 9cacd19

Please sign in to comment.