Browse Source

chore: clean up

Yujia Qiao 4 years ago
parent
commit
2c25bbd1cb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/helper.rs

+ 0 - 2
src/helper.rs

@@ -84,8 +84,6 @@ pub fn floor_to_pow_of_2(x: usize) -> usize {
 mod test {
 mod test {
     use crate::helper::{floor_to_pow_of_2, log2_floor};
     use crate::helper::{floor_to_pow_of_2, log2_floor};
 
 
-    use super::udp_connect;
-
     #[test]
     #[test]
     fn test_log2_floor() {
     fn test_log2_floor() {
         let t = [
         let t = [