Skip to content

Commit

Permalink
aws/retry: Remove dead code (#1412)
Browse files Browse the repository at this point in the history
Removes dead code, fixing #1394
  • Loading branch information
jasdel committed Sep 14, 2021
1 parent a1be727 commit 44bfe0d
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 44bfe0d

Please sign in to comment.