mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
printf: remove useless declaration
This commit is contained in:
parent
247de489f5
commit
59ea28628b
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ pub fn base_conv_float(src: &[u8], radix_src: u8, _radix_dest: u8) -> f64 {
|
||||||
// to implement this for arbitrary string input.
|
// to implement this for arbitrary string input.
|
||||||
// until then, the below operates as an outline
|
// until then, the below operates as an outline
|
||||||
// of how it would work.
|
// of how it would work.
|
||||||
let result: Vec<u8> = vec![0];
|
|
||||||
let mut factor: f64 = 1_f64;
|
let mut factor: f64 = 1_f64;
|
||||||
let radix_src_float: f64 = f64::from(radix_src);
|
let radix_src_float: f64 = f64::from(radix_src);
|
||||||
let mut r: f64 = 0_f64;
|
let mut r: f64 = 0_f64;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue