Remove unused variables.
This commit is contained in:
parent
2554b31146
commit
84d9f0ceb2
1 changed files with 0 additions and 2 deletions
|
@ -268,10 +268,8 @@ void ZipOutputStream::doDeflate()
|
||||||
m_xDigestContext->updateDigest( aTmpSeq );
|
m_xDigestContext->updateDigest( aTmpSeq );
|
||||||
mnDigested = mnDigested + static_cast< sal_Int16 >( nEat );
|
mnDigested = mnDigested + static_cast< sal_Int16 >( nEat );
|
||||||
}
|
}
|
||||||
(void)aDigestResult;
|
|
||||||
|
|
||||||
uno::Sequence< sal_Int8 > aEncryptionBuffer = m_xCipherContext->convertWithCipherContext( aTmpBuffer );
|
uno::Sequence< sal_Int8 > aEncryptionBuffer = m_xCipherContext->convertWithCipherContext( aTmpBuffer );
|
||||||
(void)aCipherResult;
|
|
||||||
|
|
||||||
aChucker.WriteBytes( aEncryptionBuffer );
|
aChucker.WriteBytes( aEncryptionBuffer );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue