From ee75ed0f3a9b8bad5ecdc044ff73ff635e66c064 Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Sun, 7 Jul 2024 17:57:58 +0530 Subject: [PATCH] remove a commented out line --- libraries/raw-rs/src/decoder/arw2.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/raw-rs/src/decoder/arw2.rs b/libraries/raw-rs/src/decoder/arw2.rs index bcaef77864..2ba7edbba4 100644 --- a/libraries/raw-rs/src/decoder/arw2.rs +++ b/libraries/raw-rs/src/decoder/arw2.rs @@ -83,7 +83,6 @@ fn sony_arw2_load_raw(width: usize, height: usize, curve: CurveL let mut pixels = [0_u16; 16]; let mut bit = 30; - // for i in 0..16 { for (i, pixel) in pixels.iter_mut().enumerate() { *pixel = match () { _ if i as u32 == index_to_set_max => max,