Remove unused throttle module

This commit is contained in:
Nathan Sobo 2021-04-15 21:04:30 -06:00
parent 358fad8242
commit af47ef94d5
2 changed files with 0 additions and 69 deletions

View file

@ -7,7 +7,6 @@ pub mod settings;
mod sum_tree;
#[cfg(test)]
mod test;
mod throttle;
mod time;
mod util;
pub mod watch;