diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-09 12:20:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-09 13:50:35 +0200 |
commit | 3589ad69d0b20d7e1f6084206f1ed577945b5427 (patch) | |
tree | d30e0623a78cd8ce8d9ff5006371435a806e79f8 /vcl | |
parent | 2b6338f39eb965d3de22bb57e5c1f72432a06329 (diff) |
clang-analyzer-deadcode.DeadStores
Change-Id: Iabb2d50cced788ab49d21e1aadcf5ab685107511
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/sgvmain.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 ); |