Remove unused variable
This commit is contained in:
parent
bb3f84fda6
commit
5d3cdc2724
1 changed files with 0 additions and 1 deletions
|
@ -178,7 +178,6 @@ public class MessageCryptoHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void callAsyncInlineOperation(Intent intent) throws IOException {
|
private void callAsyncInlineOperation(Intent intent) throws IOException {
|
||||||
final CountDownLatch latch = new CountDownLatch(1);
|
|
||||||
PipedInputStream pipedInputStream = getPipedInputStreamForEncryptedOrInlineData();
|
PipedInputStream pipedInputStream = getPipedInputStreamForEncryptedOrInlineData();
|
||||||
final ByteArrayOutputStream decryptedOutputStream = new ByteArrayOutputStream();
|
final ByteArrayOutputStream decryptedOutputStream = new ByteArrayOutputStream();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue