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:
parent
bb3f84fda6
commit
5d3cdc2724
@ -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 New Issue
Block a user