summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:34:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:34:31 +0200
commit2b1c731f3c69c1fa1af68e01683711ceda585e07 (patch)
treef12db8232983b379fdd45e9aaaff364862054c58 /include
parent41dbfa9ec7380e082279f1b01bfd323d23134b7d (diff)
loplugin:casttovoid: comphelper
Change-Id: I28752323d31320141a537c0e108c911cef09c10a
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/sequence.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/comphelper/sequence.hxx b/include/comphelper/sequence.hxx
index 26d08c993c1e..c3bddb28aaa9 100644
--- a/include/comphelper/sequence.hxx
+++ b/include/comphelper/sequence.hxx
@@ -174,7 +174,6 @@ namespace comphelper
css::uno::Sequence< TYPE > aContainer;
bool bSuccess = _rSequenceAny >>= aContainer;
OSL_ENSURE(bSuccess, "OSequenceIterator::OSequenceIterator: invalid Any!");
- (void)bSuccess;
construct(aContainer);
}