summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-05-07 13:39:05 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-05-07 13:39:05 +0200
commita207220e5a9864b8a205c7e75eee8ea37bdb8c5a (patch)
treec2bb71fb5fdd002db7be6db90a824af05bf96420 /openpgp
parentbfb124b2e7bc3145d7aae4a26cf7cd75bbac8cc3 (diff)
openpgp: Drop obsolete comment.
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()
}