Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Nov 22, 2024
1 parent 695e294 commit 07cb515
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jxl/src/render/stages/upsample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub struct Upsample2x {
impl Upsample2x {
#[allow(dead_code)]
pub fn new(ups_factors: &CustomTransformData, channel: usize) -> Upsample2x {
// don't copy
let weights = ups_factors.weights2;
let n = 1;
let mut kernel = [[[[0.0; 5]; 5]; 1]; 1];
Expand Down

0 comments on commit 07cb515

Please sign in to comment.