Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mawen1250 committed Nov 1, 2014
1 parent c4c7b69 commit 8f4c294
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Gaussian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ void Recursive_Gaussian2D_Vertical(FLType * output, const FLType * input, int he
{
int i0, i1, i2, i3, j, lower, upper;
FLType P0, P1, P2, P3;
int pcount = stride*height;

if (output != input)
{
Expand Down

0 comments on commit 8f4c294

Please sign in to comment.