diff --git a/modules/imgproc/src/hough.cpp b/modules/imgproc/src/hough.cpp index a41208587b..d1ecfa64ee 100644 --- a/modules/imgproc/src/hough.cpp +++ b/modules/imgproc/src/hough.cpp @@ -73,7 +73,6 @@ static void HoughLinesStandard( const Mat& img, float rho, float theta, int threshold, vector& lines, int linesMax ) { - int total = 0; int i, j; float irho = 1 / rho;