Skip to content

Commit 6998d43

Browse files
Update Convolution2PassProcessor{TPixel}.cs
1 parent 4d844ba commit 6998d43

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/ImageSharp/Processing/Processors/Convolution/Convolution2PassProcessor{TPixel}.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
33

4-
using System.Buffers;
54
using System.Numerics;
65
using System.Runtime.CompilerServices;
76
using System.Runtime.InteropServices;
@@ -107,8 +106,6 @@ protected override void OnFrameApply(ImageFrame<TPixel> source)
107106

108107
mapXY.BuildSamplingOffsetMap(this.KernelX.Length, this.KernelX.Length, interest, this.BorderWrapModeX, this.BorderWrapModeY);
109108

110-
MemoryAllocator allocator = this.Configuration.MemoryAllocator;
111-
112109
// Horizontal convolution
113110
HorizontalConvolutionRowOperation horizontalOperation = new(
114111
interest,

0 commit comments

Comments
 (0)