From 8d8f5665f1a015e761811875df9937942e3effaf Mon Sep 17 00:00:00 2001 From: Vladimir Bystricky Date: Mon, 9 Dec 2013 11:31:55 +0400 Subject: [PATCH] Fix build errors on Linux system --- modules/imgproc/test/ocl/test_filter2d.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/imgproc/test/ocl/test_filter2d.cpp b/modules/imgproc/test/ocl/test_filter2d.cpp index a3c3a23609..ca1450952c 100644 --- a/modules/imgproc/test/ocl/test_filter2d.cpp +++ b/modules/imgproc/test/ocl/test_filter2d.cpp @@ -63,7 +63,6 @@ PARAM_TEST_CASE(Filter2D, MatDepth, Channels, BorderType, bool) static const int kernelMaxSize = 10; int type; - Size ksize; Size dsize; Point anchor; int borderType;