filter/source/graphicfilter/icgm/class0.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit c83f22357212e434d759a7fa9905bae1691b066c
Author:     Bogdan Buzea <buzea.bog...@libreoffice.org>
AuthorDate: Sun Oct 20 11:41:23 2024 +0200
Commit:     David Gilbert <freedesk...@treblig.org>
CommitDate: Sun Nov 3 13:14:43 2024 +0100

    tdf#163486: PVS: Identical branches
    
    V1037 Two or more case-branches perform the same actions. Check lines: 91, 
94
    
    Change-Id: Ie7c803398eb1ce016a2f7a2a71b5d1a283266cc1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175237
    Tested-by: Jenkins
    Reviewed-by: David Gilbert <freedesk...@treblig.org>

diff --git a/filter/source/graphicfilter/icgm/class0.cxx 
b/filter/source/graphicfilter/icgm/class0.cxx
index a31bce5d2e89..f1d449cdceae 100644
--- a/filter/source/graphicfilter/icgm/class0.cxx
+++ b/filter/source/graphicfilter/icgm/class0.cxx
@@ -88,8 +88,6 @@ void CGM::ImplDoClass0()
         }
         break;
         case 0x06 : /*Begin Segment*/
-            pElement->bSegmentCount = true;
-        break;
         case 0x07 : /*End Segment*/
             pElement->bSegmentCount = true;
         break;

Reply via email to