Skip to content

Commit d3d0eee

Browse files
committed
refactor!: Remove unused snippets
1 parent bdf48c6 commit d3d0eee

File tree

12 files changed

+0
-1200
lines changed

12 files changed

+0
-1200
lines changed

tasm-lib/src/arithmetic/u64.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pub mod and;
33
pub mod decr;
44
pub mod div2;
55
pub mod div_mod;
6-
pub mod double_pow2;
76
pub mod eq;
87
pub mod incr;
98
pub mod leading_zeros;

tasm-lib/src/arithmetic/u64/double_pow2.rs

Lines changed: 0 additions & 158 deletions
This file was deleted.

tasm-lib/src/arithmetic/xfe.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
pub mod cube;
21
pub mod mod_pow_u32_generic;
3-
pub mod square;
42
pub mod to_the_fourth;
53
pub mod to_the_power_of_power_of_2;

tasm-lib/src/arithmetic/xfe/cube.rs

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)