From 6998d43c617d1d97aa48bef3d4ca0c39017962c8 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 16 Apr 2026 23:54:55 +1000 Subject: [PATCH] Update Convolution2PassProcessor{TPixel}.cs --- .../Convolution/Convolution2PassProcessor{TPixel}.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ImageSharp/Processing/Processors/Convolution/Convolution2PassProcessor{TPixel}.cs b/src/ImageSharp/Processing/Processors/Convolution/Convolution2PassProcessor{TPixel}.cs index 15ea98936e..1bbbdb3501 100644 --- a/src/ImageSharp/Processing/Processors/Convolution/Convolution2PassProcessor{TPixel}.cs +++ b/src/ImageSharp/Processing/Processors/Convolution/Convolution2PassProcessor{TPixel}.cs @@ -1,7 +1,6 @@ // Copyright (c) Six Labors. // Licensed under the Six Labors Split License. -using System.Buffers; using System.Numerics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -107,8 +106,6 @@ internal class Convolution2PassProcessor : ImageProcessor mapXY.BuildSamplingOffsetMap(this.KernelX.Length, this.KernelX.Length, interest, this.BorderWrapModeX, this.BorderWrapModeY); - MemoryAllocator allocator = this.Configuration.MemoryAllocator; - // Horizontal convolution HorizontalConvolutionRowOperation horizontalOperation = new( interest,