1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Remove unused variable

This commit is contained in:
cketti 2015-02-09 19:44:33 +01:00
parent bb3f84fda6
commit 5d3cdc2724

View File

@ -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();