Skip to content

Commit

Permalink
Remove a useless loop that copies an array to itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Donchenko committed May 19, 2014
1 parent 0b4eb6a commit bea46c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/legacy/src/calibfilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}

}

}
Expand Down

0 comments on commit bea46c9

Please sign in to comment.