From bea46c90b5ecf35ced46698c61df0b9ed965e398 Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Mon, 19 May 2014 17:38:30 +0400 Subject: [PATCH] Remove a useless loop that copies an array to itself --- modules/legacy/src/calibfilter.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/legacy/src/calibfilter.cpp b/modules/legacy/src/calibfilter.cpp index 64b9957..49ff6e5 100644 --- a/modules/legacy/src/calibfilter.cpp +++ b/modules/legacy/src/calibfilter.cpp @@ -333,12 +333,6 @@ void CvCalibFilter::Stop( bool calibrate ) points[0],points[1], buffer, &stereo); - - for( i = 0; i < 9; i++ ) - { - stereo.fundMatr[i] = stereo.fundMatr[i]; - } - } } -- 2.7.4