Skip to content

Commit

Permalink
remove unnecessary nop impls
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Nov 1, 2024
1 parent c2f4ad6 commit 0e3c4ce
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions internal/xds/rbac/rbac_engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1814,18 +1814,6 @@ func (sts *ServerTransportStreamWithMethod) Method() string {
return sts.method
}

func (sts *ServerTransportStreamWithMethod) SetHeader(metadata.MD) error {
return nil
}

func (sts *ServerTransportStreamWithMethod) SendHeader(metadata.MD) error {
return nil
}

func (sts *ServerTransportStreamWithMethod) SetTrailer(metadata.MD) error {
return nil
}

// An audit logger that will log to the auditEvents slice.
type TestAuditLoggerBuffer struct {
auditEvents *[]*audit.Event
Expand Down

0 comments on commit 0e3c4ce

Please sign in to comment.