From 2c6114f58d1e6f574f81e161611f2b4593af588e Mon Sep 17 00:00:00 2001 From: cbalint13 Date: Tue, 5 May 2015 12:19:35 +0300 Subject: [PATCH] Force newer build over buildbot. --- modules/features2d/src/agast.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/features2d/src/agast.cpp b/modules/features2d/src/agast.cpp index 2352c15afb..01532a538c 100644 --- a/modules/features2d/src/agast.cpp +++ b/modules/features2d/src/agast.cpp @@ -7665,7 +7665,6 @@ void AGAST(InputArray _img, std::vector& keypoints, int threshold, boo if (keypoints[j - 1].response == -1) keypoints.erase(keypoints.begin() + j - 1 ); } - } }