Skip to content

Commit

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

Fixes:
bevyengine#4287 

## Solution

I removed it.
  • Loading branch information
MiniaczQ authored and exjam committed May 22, 2022
1 parent 539fb0e commit 3ec9058
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 3ec9058

Please sign in to comment.