Skip to content

Commit 8f4c294

Browse files
committed
Remove unused variable
1 parent c4c7b69 commit 8f4c294

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/Gaussian.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ void Recursive_Gaussian2D_Vertical(FLType * output, const FLType * input, int he
4242
{
4343
int i0, i1, i2, i3, j, lower, upper;
4444
FLType P0, P1, P2, P3;
45-
int pcount = stride*height;
4645

4746
if (output != input)
4847
{

0 commit comments

Comments
 (0)