From c7a5ec04fd883f2387fbd79cb85095c76f530260 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 31 Mar 2010 08:56:57 -0500 Subject: [PATCH] That is done --- lib/openpgp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/openpgp.php b/lib/openpgp.php index 241fb21..a00f338 100644 --- a/lib/openpgp.php +++ b/lib/openpgp.php @@ -354,7 +354,6 @@ class OpenPGP_SignaturePacket extends OpenPGP_Packet { $this->hash_head = $this->read_unpacked(2, 'n'); $this->size = $this->read_unpacked(2, 'n'); $this->data = $this->read_bytes($this->size); - // TODO: parse hashed/unhashed subpackets break; } }