From 8f4c294c069410709ca56ef5d0c9d44c83baf5b4 Mon Sep 17 00:00:00 2001 From: mawen1250 Date: Sat, 1 Nov 2014 09:23:09 +0800 Subject: [PATCH] Remove unused variable --- source/Gaussian.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Gaussian.cpp b/source/Gaussian.cpp index c5d7c5b..e0efbfd 100644 --- a/source/Gaussian.cpp +++ b/source/Gaussian.cpp @@ -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) {