From 3589ad69d0b20d7e1f6084206f1ed577945b5427 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 9 Oct 2015 12:20:32 +0200 Subject: clang-analyzer-deadcode.DeadStores Change-Id: Iabb2d50cced788ab49d21e1aadcf5ab685107511 --- vcl/source/filter/sgvmain.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/filter/sgvmain.cxx b/vcl/source/filter/sgvmain.cxx index 45f69feec00a..67c89f486102 100644 --- a/vcl/source/filter/sgvmain.cxx +++ b/vcl/source/filter/sgvmain.cxx @@ -816,7 +816,6 @@ bool SgfFilterSDrw( SvStream& rInp, SgfHeader&, SgfEntry&, GDIMetaFile& rMtf ) ReadPageType( rInp, aPage ); if(Num==1 && aPage.nList!=0L) DrawObjkList( rInp,*pOutDev ); rInp.Seek(nCharPos); - nCharPos=rInp.Tell(); ReadPageType( rInp, aPage ); } if (aPage.nList!=0L) DrawObjkList(rInp,*pOutDev ); -- cgit