Commit 13a8497
committed
fix(warnings): remove unused FloatBits imports in wrt-intercept
Remove unused FloatBits32 and FloatBits64 imports that were causing
compiler warnings. The code already uses fully qualified paths
(wrt_foundation::FloatBits32) in production code. Updated test code
to also use fully qualified paths for consistency.
Result: Zero warnings in production builds1 parent 27978ca commit 13a8497
1 file changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
| |||
376 | 371 | | |
377 | 372 | | |
378 | 373 | | |
379 | | - | |
380 | | - | |
| 374 | + | |
| 375 | + | |
381 | 376 | | |
382 | 377 | | |
383 | 378 | | |
| |||
0 commit comments