From 0bd8ae00981aaa76ca036227a0b71d08c2747301 Mon Sep 17 00:00:00 2001 From: Julian Marcon Date: Wed, 5 Jul 2017 17:27:34 +0100 Subject: [PATCH] Unnecessary empty line check --- library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp b/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp index 35b563edf..8c4e3f221 100644 --- a/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp +++ b/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp @@ -424,11 +424,6 @@ TopoDS_Shape CADSystemOCE::BuildGeo(string geo) boost::erase_all(fline, "\r"); - if (fline.size() == 0) - { - continue; - } - if (boost::starts_with(fline, "//")) { continue; -- GitLab