aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/FastCorners.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/FastCorners.cpp')
-rw-r--r--tests/validation/CL/FastCorners.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/validation/CL/FastCorners.cpp b/tests/validation/CL/FastCorners.cpp
index 63d32fb964..a7b29839b5 100644
--- a/tests/validation/CL/FastCorners.cpp
+++ b/tests/validation/CL/FastCorners.cpp
@@ -44,8 +44,6 @@ namespace validation
{
namespace
{
-/* Radius of the Bresenham circle around the candidate point */
-const unsigned int bresenham_radius = 3;
/* Tolerance used to compare corner strengths */
const AbsoluteTolerance<float> tolerance(0.5f);
} // namespace