summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-04 17:25:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-04 17:25:10 +0200
commit9909bcb88ec68d52a0f863319d9b4d12cc90b20c (patch)
tree3c4db274a9311da954aa083b2e415cdcb514ef9e /vcl
parentd446a1ef0de593c42b0ad2a3aa52f06c9894c66c (diff)
clang-tidy clang-analyzer-deadcode.DeadStores
Change-Id: I1588f55b4be2d32dcafae27ac45eb5def1407fa6
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/fontsubset/cff.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx
index a4cbf53d5d5a..ead725afaa88 100644
--- a/vcl/source/fontsubset/cff.cxx
+++ b/vcl/source/fontsubset/cff.cxx
@@ -606,7 +606,7 @@ void CffSubsetterContext::readDictOp()
int nSid2 = popInt();
(void)nSid1; // TODO: use
(void)nSid2; // TODO: use
- nVal = popVal();
+ popVal();
mbCIDFont = true;
} break;
case 't': // CharstringType