Skip to content

Commit

Permalink
remove the unused FixedDelayRetryStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Velfi committed Oct 6, 2023
1 parent 32ee53f commit 55e2a5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,3 @@ pub(crate) mod standard;

pub use never::NeverRetryStrategy;
pub use standard::StandardRetryStrategy;

#[cfg(feature = "test-util")]
mod fixed_delay;
#[cfg(feature = "test-util")]
pub use fixed_delay::FixedDelayRetryStrategy;

This file was deleted.

0 comments on commit 55e2a5c

Please sign in to comment.