Skip to content

Commit

Permalink
aws/retry: Remove dead code (aws#1412)
Browse files Browse the repository at this point in the history
Removes dead code, fixing aws#1394
  • Loading branch information
jasdel authored and jrichardpfs committed Feb 14, 2022
1 parent 04aba3d commit cb0ac26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aws/retry/standard.go
Expand Up @@ -107,8 +107,6 @@ type RateLimiter interface {
AddTokens(uint) error
}

func nopTokenRelease(error) error { return nil }

// Standard is the standard retry pattern for the SDK. It uses a set of
// retryable checks to determine of the failed request should be retried, and
// what retry delay should be used.
Expand Down

0 comments on commit cb0ac26

Please sign in to comment.