Skip to content

Commit

Permalink
Remove unused CountdownEvent (#4290)
Browse files Browse the repository at this point in the history
# Objective

Fixes:
#4287 

## Solution

I removed it.
  • Loading branch information
MiniaczQ authored and MiniaczQ committed Apr 26, 2022
1 parent 4d1a903 commit 04758de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 137 deletions.
134 changes: 0 additions & 134 deletions crates/bevy_tasks/src/countdown_event.rs

This file was deleted.

3 changes: 0 additions & 3 deletions crates/bevy_tasks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ pub use single_threaded_task_pool::{Scope, TaskPool, TaskPoolBuilder};
mod usages;
pub use usages::{AsyncComputeTaskPool, ComputeTaskPool, IoTaskPool};

mod countdown_event;
pub use countdown_event::CountdownEvent;

mod iter;
pub use iter::ParallelIterator;

Expand Down

0 comments on commit 04758de

Please sign in to comment.