diff --git a/src/ccmain/paragraphs.cpp b/src/ccmain/paragraphs.cpp index d995a6b3f0..f3d9aa92cd 100644 --- a/src/ccmain/paragraphs.cpp +++ b/src/ccmain/paragraphs.cpp @@ -2610,7 +2610,6 @@ void DetectParagraphs(int debug_level, bool after_text_recognition, // Run the paragraph detection algorithm. std::vector row_owners; - std::vector the_paragraphs; if (!is_image_block) { DetectParagraphs(debug_level, &row_infos, &row_owners, block->para_list(), models); } else {