summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/src/parse/stream.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp/src/parse/stream.rs b/openpgp/src/parse/stream.rs
index 4894b0ea..f776b283 100644
--- a/openpgp/src/parse/stream.rs
+++ b/openpgp/src/parse/stream.rs
@@ -847,7 +847,6 @@ impl<'a, H: VerificationHelper> Verifier<'a, H> {
/// internal buffer and **unverified** data must be `read()` from
/// the instance until EOF.
pub fn message_processed(&self) -> bool {
- // oppr is only None after we've processed the packet sequence.
self.decryptor.message_processed()
}